mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
75d81e572c
If the ObjectSizeOffsetEvaluator fails to fold the object size call, then it may litter some unused instructions in the function. When done repeatably in InstCombine, this results in an infinite loop. Fix this by tracking the set of instructions that were inserted, then removing them on failure. rdar://49172227 Differential revision: https://reviews.llvm.org/D60298 llvm-svn: 358146 |
||
---|---|---|
.. | ||
many-trap.ll | ||
many-traps-2.ll | ||
opt.ll | ||
phi.ll | ||
simple-32.ll | ||
simple.ll |