This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Use unique PSVs for buffer resources
ClosedPublic

Authored by arsenm on Dec 20 2017, 4:38 PM.

Details

Reviewers
mareko
rampitec
Summary

Also fixes using the wrong memory type for some
intrinsics when custom lowering them.

Diff Detail

Event Timeline

arsenm created this revision.Dec 20 2017, 4:38 PM
mareko accepted this revision.Dec 26 2017, 7:07 AM

Accepted, though I added suggestions for tbuffer intrinsics.

include/llvm/IR/IntrinsicsAMDGPU.td
492

This can also have IntrReadMem.

506

This can also have IntrWriteMem.

This revision is now accepted and ready to land.Dec 26 2017, 7:07 AM
arsenm closed this revision.Dec 29 2017, 9:19 AM
arsenm marked 2 inline comments as done.

r321557