This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Select DS insts without m0 initialization
ClosedPublic

Authored by arsenm on Nov 14 2017, 5:36 PM.

Details

Reviewers
rampitec
Summary

GFX9 stopped using m0 for most DS instructions. Select
a different instruction without the use. I think this will
be less error prone than trying to manually maintain m0
uses as needed.

Diff Detail

Event Timeline

arsenm created this revision.Nov 14 2017, 5:36 PM
This revision is now accepted and ready to land.Nov 14 2017, 8:17 PM
arsenm closed this revision.Nov 28 2017, 4:58 PM

r319270