llvm-6502/lib/Transforms
Erik Verbruggen 0638609d66 Fix crash in PRE.
After r203553 overflow intrinsics and their non-intrinsic (normal)
instruction get hashed to the same value. This patch prevents PRE from
moving an instruction into a predecessor block, and trying to add a phi
node that gets two different types (the intrinsic result and the
non-intrinsic result), resulting in a failing assert.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203574 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-11 15:07:32 +00:00
..
Hello [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-05 09:10:37 +00:00
InstCombine [C++11] Add range based accessors for the Use-Def chain of a Value. 2014-03-09 03:16:01 +00:00
Instrumentation IR: add a second ordering operand to cmpxhg for failure 2014-03-11 10:48:52 +00:00
IPO IR: add a second ordering operand to cmpxhg for failure 2014-03-11 10:48:52 +00:00
ObjCARC [C++11] Add range based accessors for the Use-Def chain of a Value. 2014-03-09 03:16:01 +00:00
Scalar Fix crash in PRE. 2014-03-11 15:07:32 +00:00
Utils Follow up to r203488. Code clean up to eliminate a lot of copy+paste. 2014-03-11 00:24:20 +00:00
Vectorize Fix build break. 2014-03-09 03:50:36 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile