This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Inline constant when materalizing FI with add on gfx9
ClosedPublic

Authored by arsenm on Sep 12 2019, 1:53 PM.

Details

Reviewers
rampitec
Summary

This was relying on the SGPR usable for the carry out clobber to also
be used for the input. There was no carry out on gfx9. With no carry
out clobber to worry about, so the literal can just be directly used
with a VOP2 add.

Diff Detail

Event Timeline

arsenm created this revision.Sep 12 2019, 1:53 PM
This revision is now accepted and ready to land.Sep 12 2019, 2:04 PM
arsenm closed this revision.Sep 12 2019, 4:52 PM

r371791