Turn on the new waitcnt insertion pass. Adjust tests.
-enable-si-insert-waitcnts=1 becomes the default -enable-si-insert-waitcnts=0 to use old pass
Paths
| Differential D33730
[AMDGPU] Turn on the new waitcnt insertion pass. Adjust tests. ClosedPublic Authored by msearles on May 31 2017, 10:27 AM.
Details Summary Turn on the new waitcnt insertion pass. Adjust tests. -enable-si-insert-waitcnts=1 becomes the default -enable-si-insert-waitcnts=0 to use old pass
Diff Detail Event TimelineThis revision is now accepted and ready to land.May 31 2017, 11:41 AM Comment Actions There's +1 from a reviewer; the changes were originally part of https://reviews.llvm.org/D33114 and so have been available for comment/testing since May 26; I plan on pushing these changes later today unless I hear feedback to the contrary. Closed by commit rL304551: [AMDGPU] Turn on the new waitcnt insertion pass. Adjust tests. (authored by msearles). · Explain WhyJun 2 2017, 7:19 AM This revision was automatically updated to reflect the committed changes. Comment Actions There's a use-of-uninitialized-value in branch-relaxation.ll: http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-bootstrap/builds/1504. Please fix.
Revision Contents
Diff 100883 lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
test/CodeGen/AMDGPU/basic-branch.ll
test/CodeGen/AMDGPU/branch-condition-and.ll
test/CodeGen/AMDGPU/branch-relaxation.ll
test/CodeGen/AMDGPU/control-flow-fastregalloc.ll
test/CodeGen/AMDGPU/indirect-addressing-si.ll
test/CodeGen/AMDGPU/infinite-loop.ll
test/CodeGen/AMDGPU/llvm.amdgcn.buffer.store.format.ll
test/CodeGen/AMDGPU/llvm.amdgcn.buffer.store.ll
test/CodeGen/AMDGPU/llvm.amdgcn.ds.swizzle.ll
test/CodeGen/AMDGPU/llvm.amdgcn.image.ll
test/CodeGen/AMDGPU/llvm.amdgcn.s.dcache.inv.ll
test/CodeGen/AMDGPU/llvm.amdgcn.s.dcache.inv.vol.ll
test/CodeGen/AMDGPU/llvm.amdgcn.s.dcache.wb.ll
test/CodeGen/AMDGPU/llvm.amdgcn.s.dcache.wb.vol.ll
test/CodeGen/AMDGPU/llvm.amdgcn.s.waitcnt.ll
test/CodeGen/AMDGPU/multi-divergent-exit-region.ll
test/CodeGen/AMDGPU/ret_jump.ll
test/CodeGen/AMDGPU/si-lower-control-flow-unreachable-block.ll
test/CodeGen/AMDGPU/smrd-vccz-bug.ll
test/CodeGen/AMDGPU/spill-m0.ll
test/CodeGen/AMDGPU/valu-i1.ll
|