[PATCH] D100960: [AMDGPU] Fix typo in implicit operand lists
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 21 07:55:23 PDT 2021
foad created this revision.
foad added reviewers: arsenm, sebastian-ne.
Herald added subscribers: kerbowa, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl.
foad requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.
Several tests had a typo where they mentioned sgpr17 twice instead of
sgpr17 and sgpr27. This had a significant effect on the
"scavenge_sgpr_pei_no_sgprs" tests because there was actually an sgpr
available, namely sgpr27.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D100960
Files:
llvm/test/CodeGen/AMDGPU/pei-scavenge-sgpr-carry-out.mir
llvm/test/CodeGen/AMDGPU/pei-scavenge-sgpr-gfx9.mir
llvm/test/CodeGen/AMDGPU/pei-scavenge-sgpr.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100960.339241.patch
Type: text/x-patch
Size: 42236 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210421/dfa9cad7/attachment.bin>
More information about the llvm-commits
mailing list