summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/control-flow-optnone.ll
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Fix missing skipFunction callsMatt Arsenault2017-10-101-1/+1
| | | | llvm-svn: 315361
* AMDGPU: Fix failure to select branch with optnoneMatt Arsenault2017-10-101-0/+54
opt-bisect/optnone disable the AMDGPUUniformAnnotateValues pass. The heuristic in the custom selector for brcond deferred the branch uniformity check to the pattern, which would fail. llvm-svn: 315360
OpenPOWER on IntegriCloud