[llvm] [AMDGPU] eliminate frame index v_add wave32 test (PR #107832)
Pankaj Dwivedi via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 11 13:23:42 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
----------------
PankajDwivedi-25 wrote:
should I use MUBUFW32?
https://github.com/llvm/llvm-project/pull/107832
More information about the llvm-commits
mailing list