This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][SDag] Add IMG init in AdjustInstrPostInstrSelection
ClosedPublic

Authored by foad on Apr 1 2021, 10:10 AM.

Details

Summary

Doing this in a post-isel hook avoids the cost of running SIAddIMGInit
which is yet another pass over the MIR.

Diff Detail

Event Timeline

foad created this revision.Apr 1 2021, 10:10 AM
foad requested review of this revision.Apr 1 2021, 10:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 1 2021, 10:10 AM
arsenm accepted this revision.Apr 1 2021, 10:11 AM
This revision is now accepted and ready to land.Apr 1 2021, 10:11 AM
This revision was landed with ongoing or failed builds.Apr 1 2021, 10:14 AM
This revision was automatically updated to reflect the committed changes.