Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AMDGPU: Remove llvm.SI.vs.load.input | Matt Arsenault | 2017-04-03 | 1 | -2/+2 |
| | | | | llvm-svn: 299391 | ||||
* | AMDGPU: Remove some uses of llvm.SI.export in tests | Matt Arsenault | 2017-02-22 | 1 | -26/+31 |
| | | | | | | Merge some of the old, smaller tests into more complete versions. llvm-svn: 295792 | ||||
* | [StructurizeCFG] Fix infinite loop in rebuildSSA. | Justin Lebar | 2016-11-29 | 1 | -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 |