llvm/test/Transforms
Jim Grosbach 30c1ff234d Update InstCombine worklist after instruction transform is complete.
When updating the worklist for InstCombine, the Add/AddUsersToWorklist
functions may access the instruction(s) being added, for debug output for
example. If the instructions aren't yet added to the basic block, this
can result in a crash. Finish the instruction transformation before
adjusting the worklist instead.

rdar://10238555


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141203 91177308-0d34-0410-b5e6-96231b3b80d8
2011-10-05 20:05:00 +00:00
..
2011-03-11 21:52:04 +00:00
2011-03-07 21:28:14 +00:00
2011-08-15 20:52:09 +00:00
2011-09-19 23:50:34 +00:00
2011-08-19 21:21:20 +00:00
2011-08-02 02:47:45 +00:00