This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix scratch wave offset relative FI expansion
ClosedPublic

Authored by arsenm on May 31 2017, 7:58 PM.

Details

Reviewers
tstellar
Summary

The offset may not be an inline immediate, so this needs
to be materialized into a register. The post-RA run of
SIShrinkInstructions is able to fold it later if it can.

Diff Detail

Event Timeline

arsenm created this revision.May 31 2017, 7:58 PM
tstellar accepted this revision.Jun 19 2017, 3:44 PM
This revision is now accepted and ready to land.Jun 19 2017, 3:44 PM
arsenm closed this revision.Jun 19 2017, 4:48 PM

r305761