This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Select VOP3 form of sub
ClosedPublic

Authored by arsenm on May 2 2019, 5:10 AM.

Details

Reviewers
rampitec
Summary

The VOP3 form should always be the preferred selection form to be
shrunk later.

The r600 sub test needs to be split out because it asserts on the
arguments in the new test during the calling convention lowering.

Diff Detail

Event Timeline

arsenm created this revision.May 2 2019, 5:10 AM
This revision is now accepted and ready to land.May 2 2019, 11:56 AM
arsenm closed this revision.May 3 2019, 8:35 AM

r359899