[PATCH] D123809: [AMDGPU] Pre-checkin updated lit tests for D123525.
Mahesha S via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 14 11:39:53 PDT 2022
hsmhsm created this revision.
hsmhsm added reviewers: rampitec, arsenm, cdevadas.
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] `spill-vgpr-to-agpr.ll` tests:
- vgpr spill on gfx900
- failure to access agpr on gfx900
- vgpr spill to agpr on gfx908
Separate these tests into separate files since updates required for this file in D123525 <https://reviews.llvm.org/D123525> conflicts.
[2] `spill-agpr.ll` tests spills with tight register budget for both:
- gfx908
- gfx90a
Separate tests into separate files - one for gfx908, and another for gfx90a since updates required for this file in D123525 <https://reviews.llvm.org/D123525> conflicts.
[3] `agpr-copy-no-free-registers.ll`
Fix indentation of comments.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D123809
Files:
llvm/test/CodeGen/AMDGPU/agpr-copy-no-free-registers.ll
llvm/test/CodeGen/AMDGPU/agpr-usage-should-fail-on-gfx900.ll
llvm/test/CodeGen/AMDGPU/spill-agpr-gfx908.ll
llvm/test/CodeGen/AMDGPU/spill-agpr-gfx90a.ll
llvm/test/CodeGen/AMDGPU/spill-agpr.ll
llvm/test/CodeGen/AMDGPU/spill-vgpr-on-gfx900.ll
llvm/test/CodeGen/AMDGPU/spill-vgpr-to-agpr-gfx908.ll
llvm/test/CodeGen/AMDGPU/spill-vgpr-to-agpr.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123809.422930.patch
Type: text/x-patch
Size: 44815 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220414/842c4acd/attachment.bin>
More information about the llvm-commits
mailing list