This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Don't use SDNodeXForm for DS offset output
ClosedPublic

Authored by arsenm on Jul 22 2019, 5:46 AM.

Details

Reviewers
rampitec
Summary

The xform has no real valuewhen it's using out of a complex pattern
output. The complex pattern was already creating TargetConstants with
i16, so this was just unnecessary machinery.

This allows global isel to import the simple cases once the complex
pattern is implemented.

Diff Detail

Event Timeline

arsenm created this revision.Jul 22 2019, 5:46 AM
This revision is now accepted and ready to land.Jul 22 2019, 10:31 AM
arsenm closed this revision.Jul 22 2019, 2:38 PM

r366743