This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Avoid code predicates for extload PatFrags
ClosedPublic

Authored by arsenm on Jul 8 2019, 7:33 AM.

Details

Reviewers
rampitec
nhaehnle
Summary

Use the MemoryVT field. This will be necessary for tablegen to
automatically handle patterns for GlobalISel.

Doesn't handle the d16 lo/hi patterns. Those are a special case since
it involvess the custom node type.

Diff Detail

Event Timeline

arsenm created this revision.Jul 8 2019, 7:33 AM
This revision is now accepted and ready to land.Jul 8 2019, 11:00 AM
arsenm closed this revision.Jul 15 2019, 7:46 PM

r366168