[llvm] [AMDGPU] Correct -mcpu processor name in test (PR #145493)
Akshat Oke via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 24 03:21:06 PDT 2025
https://github.com/optimisan created https://github.com/llvm/llvm-project/pull/145493
None
>From 3aa46547a0edecc48ac7ba060860ff1be1c2f391 Mon Sep 17 00:00:00 2001
From: Akshat Oke <Akshat.Oke at amd.com>
Date: Tue, 24 Jun 2025 10:20:09 +0000
Subject: [PATCH] [AMDGPU] Correct -mcpu processor name in test
---
llvm/test/CodeGen/AMDGPU/convergence-laneops.ll | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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