This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Add separate definitions for DS insts without m0 use
ClosedPublic

Authored by arsenm on Nov 13 2017, 2:57 PM.

Details

Reviewers
rampitec
kzhuravl
Summary

This will be used to eliminate m0 initialization on gfx9.

I think this is overly verbose, and I'm not sure of a better name than _mc versions of the individual instruction type classes.

Diff Detail

Event Timeline

arsenm created this revision.Nov 13 2017, 2:57 PM
This revision is now accepted and ready to land.Nov 13 2017, 3:03 PM
arsenm closed this revision.Nov 14 2017, 5:34 PM

r318246