[llvm] [AMDGPU] eliminate frame index v_add wave32 test (PR #107832)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 11 05:25:46 PDT 2024


================
@@ -0,0 +1,412 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
+# Test wave32
+# RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx940 -mattr=+wavefrontsize32 -verify-machineinstrs -run-pass=prologepilog %s -o - | FileCheck -check-prefixes=FLATSCRW32,GFX940 %s
+# RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1100 -mattr=+wavefrontsize32 -verify-machineinstrs -run-pass=prologepilog %s -o - | FileCheck -check-prefixes=FLATSCRW32,GFX11 %s
----------------
arsenm wrote:

GFX11 defaults to the MUBUF ABI, this is not using FLATSCR

https://github.com/llvm/llvm-project/pull/107832


More information about the llvm-commits mailing list