summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/StructurizeCFG/rebuild-ssa-infinite-loop.ll
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Remove llvm.SI.vs.load.inputMatt Arsenault2017-04-031-2/+2
| | | | llvm-svn: 299391
* AMDGPU: Remove some uses of llvm.SI.export in testsMatt Arsenault2017-02-221-26/+31
| | | | | | Merge some of the old, smaller tests into more complete versions. llvm-svn: 295792
* [StructurizeCFG] Fix infinite loop in rebuildSSA.Justin Lebar2016-11-291-0/+51
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
OpenPOWER on IntegriCloud