1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/include/llvm/Transforms/InstCombine
Nikita Popov b55118d592 [InstCombine] Fix removal from deferred instructions
Make sure we don't skip the Deferred.remove() call if the
instruction is not in the worklist. Both of those are separate.

We don't have any cases where deferred instructions get removed
right now, but may cause problems in the future.
2020-02-19 17:48:28 +01:00
..
InstCombine.h [InstCombine] Allow to limit the max number of iterations 2019-12-18 13:48:54 -05:00
InstCombineWorklist.h [InstCombine] Fix removal from deferred instructions 2020-02-19 17:48:28 +01:00