This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Remove hasPostISelHook from most instructions
ClosedPublic

Authored by arsenm on Sep 22 2015, 9:32 PM.

Details

Reviewers
tstellarAMD
Summary

Since this is only needed for VOP3 and a few other special
case instructions, stop setting it on everything.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 35462.Sep 22 2015, 9:32 PM
arsenm retitled this revision from to AMDGPU: Remove hasPostISelHook from most instructions.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Sep 25 2015, 6:58 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Sep 25 2015, 6:58 PM
arsenm closed this revision.Sep 25 2015, 10:08 PM

r248657