1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/test/Transforms/StructurizeCFG
Justin Lebar d49862827a [StructurizeCFG] Fix infinite loop in rebuildSSA.
Michel Dänzer reported that r288051, "[StructurizeCFG] Use range-based
for loops", introduced a bug into rebuildSSA, wherein we were iterating
over an instruction's use list while modifying it, without taking care
to do this correctly.

llvm-svn: 288200
2016-11-29 21:49:02 +00:00
..
branch-on-argument.ll
invert-constantexpr.ll StructurizeCFG: Fix inverting constantexpr conditions 2016-07-15 22:13:16 +00:00
loop-multiple-exits.ll
nested-loop-order.ll AMDGPU: Remove leftover ShaderType attributes in tests 2016-04-13 00:39:48 +00:00
no-branch-to-entry.ll
one-loop-multiple-backedges.ll
post-order-traversal-bug.ll
rebuild-ssa-infinite-loop.ll [StructurizeCFG] Fix infinite loop in rebuildSSA. 2016-11-29 21:49:02 +00:00
switch.ll