llvm/lib/Transforms
Xin Tong 30d4f6571e Fix an iterator invalidation bug when simplifying LIC user.
LoopUnswitch/simplify-with-nonvalness.ll is the test case for this.
The LIC has 2 users and deleting the 1st user when it can be simplified
invalidated the iterator for the 2nd user.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296069 91177308-0d34-0410-b5e6-96231b3b80d8
2017-02-24 01:43:36 +00:00
..
Coroutines
Hello
InstCombine [InstCombine] use loop instead of recursion to peek through FPExt; NFCI 2017-02-23 16:39:51 +00:00
Instrumentation [msan] Fix instrumentation of array allocas. 2017-02-24 00:13:17 +00:00
IPO [OptDiag] Hide legacy remark ctors 2017-02-23 23:11:11 +00:00
ObjCARC
Scalar Fix an iterator invalidation bug when simplifying LIC user. 2017-02-24 01:43:36 +00:00
Utils PredicateInfo: Support switch statements 2017-02-22 22:20:58 +00:00
Vectorize [LAA] Remove unused LoopAccessReport 2017-02-23 21:17:36 +00:00
CMakeLists.txt
LLVMBuild.txt