This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Use pseudo instructions for readlane/writelane
ClosedPublic

Authored by foad on Oct 29 2020, 8:17 AM.

Details

Summary

This reverts r227987 "R600/SI: Determine target-specific encoding of READLANE and WRITELANE early v2".

All the codegen changes are caused by the post-RA scheduler no longer
treating readlane/writelane as scheduling barriers due to having
unmodelled side effects. (The pseudos are hasSideEffects = 0, but the
real instructions are hasSideEffects = ? which TableGen conservatively
treats as 1.)

Diff Detail

Event Timeline

foad created this revision.Oct 29 2020, 8:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 29 2020, 8:17 AM
foad requested review of this revision.Oct 29 2020, 8:17 AM
arsenm accepted this revision.Oct 29 2020, 8:30 AM
This revision is now accepted and ready to land.Oct 29 2020, 8:30 AM
This revision was landed with ongoing or failed builds.Oct 29 2020, 9:03 AM
This revision was automatically updated to reflect the committed changes.