This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: WQM cleanups
ClosedPublic

Authored by arsenm on Jul 7 2016, 10:48 AM.

Details

Summary
  • Add new TTI instruction checks
    • Don't use const for blocks that are mutated.
  • Checking isBranch and isTerminator should be redundant

Diff Detail

Event Timeline

arsenm updated this revision to Diff 63092.Jul 7 2016, 10:48 AM
arsenm retitled this revision from to AMDGPU: WQM cleanups.
arsenm updated this object.
arsenm added a reviewer: nhaehnle.
arsenm added a subscriber: llvm-commits.
nhaehnle accepted this revision.Jul 9 2016, 9:08 AM
nhaehnle edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jul 9 2016, 9:08 AM
arsenm closed this revision.Jul 12 2016, 11:03 PM

r275252