llvm-6502/lib/Transforms
Frederic Riss 648728d4e4 Assert that ValueHandleBase::ValueIsRAUWd doesn't change the tracked Value type.
This invariant is enforced in Value::replaceAllUsesWith, thus it seems
logical to apply it also to ValueHandles. This commit fixes InstCombine
to not trigger the assertion during the removal of constant bitcasts in
call instructions.

Differential Revision: http://reviews.llvm.org/D5828

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220468 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-23 04:08:42 +00:00
..
Hello
InstCombine Assert that ValueHandleBase::ValueIsRAUWd doesn't change the tracked Value type. 2014-10-23 04:08:42 +00:00
Instrumentation [msan] Emit checks for constant shadow values under an experimental flag. 2014-10-23 01:05:46 +00:00
IPO
ObjCARC
Scalar Shorten auto iterators for function basic blocks. 2014-10-22 18:39:50 +00:00
Utils Preserving 'nonnull' metadata in SimplifyCFG 2014-10-22 16:37:13 +00:00
Vectorize LoopVectorize: Simplify code. No functionality change. 2014-10-22 19:13:54 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile