llvm-6502/lib/Transforms
David Majnemer 5a57dbef33 IndVarSimplify: check if loop invariant expansion can trap
IndVarSimplify is willing to move divide instructions outside of their
loop bodies if they are invariant of the loop.  However, it may not be
safe to expand them if we do not know if they can trap.

Instead, check to see if it is not safe to expand the instruction and
skip the expansion.

This fixes PR16041.

Testcase by Rafael Ávila de Espíndola.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183239 91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-04 17:51:58 +00:00
..
Hello
InstCombine
Instrumentation
IPO
ObjCARC
Scalar IndVarSimplify: check if loop invariant expansion can trap 2013-06-04 17:51:58 +00:00
Utils Second part of pr16069 2013-06-04 14:11:59 +00:00
Vectorize
CMakeLists.txt
LLVMBuild.txt
Makefile