llvm-6502/lib/Transforms
Nadav Rotem 7765492a7a LICM may hoist an instruction with undefined behavior above a trap.
Scan the body of the loop and find instructions that may trap.
Use this information when deciding if it is safe to hoist or sink instructions.
Notice that we can optimize the search of instructions that may throw in the case of nested loops.

rdar://11518836



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163132 91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-04 10:25:04 +00:00
..
Hello
InstCombine
Instrumentation Rename ANDROIDEABI to Android. 2012-09-02 09:29:46 +00:00
IPO
Scalar LICM may hoist an instruction with undefined behavior above a trap. 2012-09-04 10:25:04 +00:00
Utils
Vectorize
CMakeLists.txt
LLVMBuild.txt
Makefile Add a basic-block autovectorization pass. 2012-02-01 03:51:43 +00:00