This is an archive of the discontinued LLVM Phabricator instance.

[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

Repository
rL LLVM

Event Timeline

msearles created this revision.May 31 2017, 10:27 AM
This revision is now accepted and ready to land.May 31 2017, 11:41 AM

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.

This revision was automatically updated to reflect the committed changes.

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.

I have what I believe is the fix; it's going through testing now.