[PATCH] D139203: [AMDGPU] Fix wide spills
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 2 08:05:36 PST 2022
arsenm requested changes to this revision.
arsenm added a comment.
This revision now requires changes to proceed.
Should also test AGPR
================
Comment at: llvm/test/CodeGen/AMDGPU/spill288.mir:2-3
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
+# RUN: llc -march=amdgcn -mcpu=tahiti -run-pass=regallocfast -o - %s | FileCheck -check-prefix=SPILLED %s
+# RUN: llc -march=amdgcn -mcpu=tahiti -run-pass=regallocfast,si-lower-sgpr-spills -o - %s | FileCheck -check-prefix=EXPANDED %s
+
----------------
Should test with gfx90a to cover the AGPRs
================
Comment at: llvm/test/CodeGen/AMDGPU/spill288.mir:125
+ S_NOP 0, implicit %0
+...
----------------
Can you also test AGPR
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139203/new/
https://reviews.llvm.org/D139203
More information about the llvm-commits
mailing list