This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Run SIShrinkInstructions before post-RA scheduling
ClosedPublic

Authored by foad on Oct 22 2021, 12:18 PM.

Details

Summary

Run post-RA SIShrinkInstructions just before post-RA scheduling, instead
of afterwards. After the fixes in D112305 and D112317 this seems to make
no difference, but it paves the way for scheduler tweaks that are
sensitive to the e32 vs e64 encoding of VALU instructions.

Diff Detail

Event Timeline

foad created this revision.Oct 22 2021, 12:18 PM
foad requested review of this revision.Oct 22 2021, 12:18 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 22 2021, 12:18 PM
This revision is now accepted and ready to land.Oct 22 2021, 12:20 PM
arsenm accepted this revision.Oct 22 2021, 12:21 PM
This revision was landed with ongoing or failed builds.Oct 22 2021, 12:26 PM
This revision was automatically updated to reflect the committed changes.