[llvm] 2a34245 - AMDGPU: Fix using -march in a test (#196118)
via llvm-commits
llvm-commits at lists.llvm.org
Wed May 6 10:40:39 PDT 2026
Author: Matt Arsenault
Date: 2026-05-06T17:40:35Z
New Revision: 2a34245a8b6f8b48bdc37c2e397cb660c7d310a9
URL: https://github.com/llvm/llvm-project/commit/2a34245a8b6f8b48bdc37c2e397cb660c7d310a9
DIFF: https://github.com/llvm/llvm-project/commit/2a34245a8b6f8b48bdc37c2e397cb660c7d310a9.diff
LOG: AMDGPU: Fix using -march in a test (#196118)
Added:
Modified:
llvm/test/CodeGen/AMDGPU/wqm-propagate-for-execz-side-effect.mir
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/AMDGPU/wqm-propagate-for-execz-side-effect.mir b/llvm/test/CodeGen/AMDGPU/wqm-propagate-for-execz-side-effect.mir
index 523bcd1c02546..bcb91fb8974fe 100644
--- a/llvm/test/CodeGen/AMDGPU/wqm-propagate-for-execz-side-effect.mir
+++ b/llvm/test/CodeGen/AMDGPU/wqm-propagate-for-execz-side-effect.mir
@@ -1,5 +1,5 @@
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 6
-# RUN: llc -march=amdgcn -mcpu=gfx1200 -run-pass=si-wqm -verify-machineinstrs -o - %s | FileCheck %s
+# RUN: llc -mtriple=amdgcn -mcpu=gfx1200 -run-pass=si-wqm -verify-machineinstrs -o - %s | FileCheck %s
# Make sure the sources of execz side-effect instruction are calculated under wqm too.
--- |
More information about the llvm-commits
mailing list