[PATCH] D134423: [AMDGPU] Fix vgpr2sgpr copy to scalar operands of buffer instructions.
krishna chaitanya sankisa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 23 10:07:43 PDT 2022
skc7 updated this revision to Diff 462539.
skc7 added a reviewer: bcahoon.
skc7 added a comment.
Use existing use-list walk to identify mubuf/mtbuf instructions. Delete copyResultUseNeedToBeSgpr method previously introduced. Changes as suggested by @arsenm review.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134423/new/
https://reviews.llvm.org/D134423
Files:
llvm/lib/Target/AMDGPU/SIFixSGPRCopies.cpp
llvm/test/CodeGen/AMDGPU/si-fix-sgpr-copies-buf.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134423.462539.patch
Type: text/x-patch
Size: 18595 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220923/5bbcbcfd/attachment.bin>
More information about the llvm-commits
mailing list