This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Don't reject shader types
ClosedPublic

Authored by arsenm on Aug 1 2019, 12:25 PM.

Details

Reviewers
nhaehnle
tstellar
Summary

I'm not sure what complications these present, but the current
argument lowering is pretty much directly copied from the DAG
lowering, so I assume these work as they should.

No tests because I'm lazy and things are getting pretty close to the
point where the existing calling-conventions.ll can be shared with
SelectionDAG.

Diff Detail

Event Timeline

arsenm created this revision.Aug 1 2019, 12:25 PM
nhaehnle accepted this revision.Aug 5 2019, 5:20 AM

Sure, why not.

This revision is now accepted and ready to land.Aug 5 2019, 5:20 AM
arsenm closed this revision.Aug 5 2019, 7:39 AM

r367870