llvm-project/llvm/test/Transforms/Scalarizer
Neil Henning 3d4579829e Fix an ordering bug in the scalarizer.
I've added a new test case that causes the scalarizer to try and use
dead-and-erased values - caused by the basic blocks not being in
domination order within the function. To fix this, instead of iterating
through the blocks in function order, I walk them in reverse post order.

Differential Revision: https://reviews.llvm.org/D52540

llvm-svn: 344128
2018-10-10 09:27:45 +00:00
..
basic.ll
cache-bug.ll
crash-bug.ll Fix an ordering bug in the scalarizer. 2018-10-10 09:27:45 +00:00
dbginfo.ll
dbgloc-bug.ll
intrinsics.ll
order-bug.ll Fix an ordering bug in the scalarizer. 2018-10-10 09:27:45 +00:00
phi-bug.ll Fix an ordering bug in the scalarizer. 2018-10-10 09:27:45 +00:00
store-bug.ll
vector-gep.ll