[llvm] 88297cc - [AMDGPU] Correct -mcpu processor name in test (#145493)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 25 02:04:42 PDT 2025
Author: Akshat Oke
Date: 2025-06-25T14:34:38+05:30
New Revision: 88297cca8f8cf2917ee683f7a2545aed9f8517b5
URL: https://github.com/llvm/llvm-project/commit/88297cca8f8cf2917ee683f7a2545aed9f8517b5
DIFF: https://github.com/llvm/llvm-project/commit/88297cca8f8cf2917ee683f7a2545aed9f8517b5.diff
LOG: [AMDGPU] Correct -mcpu processor name in test (#145493)
Added:
Modified:
llvm/test/CodeGen/AMDGPU/convergence-laneops.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/AMDGPU/convergence-laneops.ll b/llvm/test/CodeGen/AMDGPU/convergence-laneops.ll
index b7a1749be18bc..57ab371d5b6fc 100644
--- a/llvm/test/CodeGen/AMDGPU/convergence-laneops.ll
+++ b/llvm/test/CodeGen/AMDGPU/convergence-laneops.ll
@@ -1,5 +1,5 @@
; RUN: llc -stop-after=amdgpu-isel -mtriple=amdgcn-- -mcpu=gfx1100 -verify-machineinstrs -o - %s | FileCheck --check-prefixes=CHECK,ISEL %s
-; RUN: not --crash llc -mtriple=amdgcn--amdhsa -mcpu=1100 -verify-machineinstrs < %s 2>&1 | FileCheck --check-prefix=CHECK-ERROR %s
+; RUN: not --crash llc -mtriple=amdgcn--amdhsa -mcpu=gfx1100 -verify-machineinstrs < %s 2>&1 | FileCheck --check-prefix=CHECK-ERROR %s
; FIXME: Merge these tests with existing lane op tests (llvm.amdgcn.readlane.ll, llvm.amdgcn.writelane.ll ...) once the crash is fixed.
More information about the llvm-commits
mailing list