[PATCH] D123973: [AMDGPU] Split the lit test spill-vgpr-to-agpr.ll to different tests
Mahesha S via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 18 19:21:07 PDT 2022
hsmhsm created this revision.
hsmhsm added a reviewer: rampitec.
Herald added subscribers: kerbowa, t-tye, tpr, dstuttard, yaxunl, jvesely, kzhuravl, qcolombet.
Herald added a project: All.
hsmhsm requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.
[1]. Move rejecting usage of agpr before gfx908 into a separate file.
[2]. Move those tests which are applicable to both gfx900 and gfx908
into a file spill-vgpr.ll.
[3]. Keep those tests which are specific to only gfx908 in
spill-vgpr-to-agpr.ll.
Above split is required to properly update the tests in D123525 <https://reviews.llvm.org/D123525>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D123973
Files:
llvm/test/CodeGen/AMDGPU/reject-agpr-usage-before-gfx908.ll
llvm/test/CodeGen/AMDGPU/spill-vgpr-to-agpr.ll
llvm/test/CodeGen/AMDGPU/spill-vgpr.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123973.423505.patch
Type: text/x-patch
Size: 20765 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220419/191763b1/attachment.bin>
More information about the llvm-commits
mailing list