[PATCH] D89610: AMDGPU: Fix missing read/writelane cases to skip with exec=0
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 16 17:56:44 PDT 2020
arsenm created this revision.
arsenm added reviewers: rampitec, nhaehnle, foad, kerbowa.
Herald added subscribers: hiraditya, t-tye, tpr, dstuttard, yaxunl, jvesely, kzhuravl.
Herald added a project: LLVM.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Writelane was missing. Additionally, since we emit the final encoded
instructions, this wasn't really matching readlane either.
https://reviews.llvm.org/D89610
Files:
llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
llvm/test/CodeGen/AMDGPU/remove-short-exec-branches-mode-def.mir
llvm/test/CodeGen/AMDGPU/remove-short-exec-branches-special-instructions.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89610.298791.patch
Type: text/x-patch
Size: 13022 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201017/8c976204/attachment.bin>
More information about the llvm-commits
mailing list