[llvm-branch-commits] [llvm] AMDGPU: Migrate CodeGen tests to amdgpu subarch triple (34) (PR #209598)

Robert Imschweiler via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Jul 14 14:46:52 PDT 2026


================
@@ -1,4 +1,4 @@
-; RUN: opt -mtriple=amdgcn -mcpu=gfx942 -O2 -S %s -o - -stop-after=sroa | FileCheck %s
+; RUN: opt -mtriple=amdgpu9.42 -mcpu=gfx942 -O2 -S %s -o - -stop-after=sroa | FileCheck %s
----------------
ro-i wrote:

forgot to remove the mcpu?

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


More information about the llvm-branch-commits mailing list