llvm-6502/lib/Transforms
Evan Cheng 9c777a4844 Teach CodeGenPrep to look past bitcast when it's duplicating return instruction
into predecessor blocks to enable tail call optimization.

rdar://11958338


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160894 91177308-0d34-0410-b5e6-96231b3b80d8
2012-07-27 21:21:26 +00:00
..
Hello
InstCombine fix infinite loop in instcombine in the presence of a (malformed) self-referencing select inst. 2012-07-27 18:03:57 +00:00
Instrumentation
IPO It's not safe to blindly remove invoke instructions. This happens when we 2012-07-25 21:19:40 +00:00
Scalar Teach CodeGenPrep to look past bitcast when it's duplicating return instruction 2012-07-27 21:21:26 +00:00
Utils Teach CodeGenPrep to look past bitcast when it's duplicating return instruction 2012-07-27 21:21:26 +00:00
Vectorize
CMakeLists.txt
LLVMBuild.txt
Makefile