This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Remove gds operand from ds_gws_* MachineInstrs
ClosedPublic

Authored by foad on Oct 29 2020, 3:23 AM.

Details

Summary

The operand value was always 1 (except in some bad MIR tests) so it was
redundant.

Diff Detail

Event Timeline

foad created this revision.Oct 29 2020, 3:23 AM
foad requested review of this revision.Oct 29 2020, 3:23 AM
arsenm accepted this revision.Oct 29 2020, 6:47 AM

I wonder if the instruction completely ignores it or not

This revision is now accepted and ready to land.Oct 29 2020, 6:47 AM
This revision was landed with ongoing or failed builds.Oct 29 2020, 8:07 AM
This revision was automatically updated to reflect the committed changes.