[llvm] [AMDGPU] Remove GDS and GWS for GFX12 (PR #76148)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 21 07:06:46 PST 2023


================
@@ -0,0 +1,10 @@
+# RUN: not --crash llc -march=amdgcn -mcpu=gfx1200 -run-pass=machineverifier -o /dev/null %s 2>&1 | FileCheck -check-prefix=GFX12 %s
----------------
arsenm wrote:

-run-pass=none should work well enough 

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


More information about the llvm-commits mailing list