This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Move cndmask pseudo to be isel pseudo
ClosedPublic

Authored by arsenm on Aug 17 2016, 1:13 PM.

Details

Reviewers
tstellarAMD
Summary

There's only one use of this for the convenience
of a pattern. I think v_mov_b64_pseudo should also be
moved, but SIFoldOperands does currently make use of it.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 68408.Aug 17 2016, 1:13 PM
arsenm retitled this revision from to AMDGPU: Move cndmask pseudo to be isel pseudo.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Aug 26 2016, 5:40 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Aug 26 2016, 5:40 PM
arsenm closed this revision.Aug 26 2016, 6:09 PM

r279901