llvm-6502/lib/Transforms
Benjamin Kramer 6b7603962a TRE: Just erase dead BBs and tweak the iteration loop not to increment the deleted BB iterator.
Leaving empty blocks around just opens up a can of bugs like PR22704. Deleting
them early also slightly simplifies code.

Thanks to Sanjay for the IR test case.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230856 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-28 16:47:27 +00:00
..
Hello
InstCombine [InstCombine/PowerPC] Convert aligned QPX load/store intrinsics into loads/stores 2015-02-26 18:56:03 +00:00
Instrumentation [asan] Skip promotable allocas to improve performance at -O0 2015-02-27 03:12:36 +00:00
IPO Convert push_back loops into append calls. 2015-02-28 13:20:15 +00:00
ObjCARC
Scalar TRE: Just erase dead BBs and tweak the iteration loop not to increment the deleted BB iterator. 2015-02-28 16:47:27 +00:00
Utils
Vectorize Remove DebugLoc::print(LLVMContext, raw_ostream), it was just 2015-02-26 23:32:17 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile