This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix dropping memref for ds append/consume
ClosedPublic

Authored by arsenm on Jun 14 2019, 5:59 AM.

Details

Reviewers
rampitec
Summary

The way SelectionDAG treats memory operands is very frustrating, and
by default drops them unless a property is set on the pattern. There
is no pattern for manually selected instructions, so this requires
manually setting them.

Diff Detail

Event Timeline

arsenm created this revision.Jun 14 2019, 5:59 AM
This revision is now accepted and ready to land.Jun 14 2019, 8:27 AM
arsenm closed this revision.Jun 14 2019, 1:58 PM

r363455