[llvm] [AMDGPU] Test hazard-getreg-waitalu.mir on gfx13 (PR #183007)
Mariusz Sikora via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 5 03:58:18 PST 2026
https://github.com/mariusz-sikora-at-amd updated https://github.com/llvm/llvm-project/pull/183007
>From 7e3c2706608f71ce0294d950fc99466fe93a2364 Mon Sep 17 00:00:00 2001
From: Scott Egerton <9487234+ScottEgerton at users.noreply.github.com>
Date: Thu, 19 Feb 2026 04:06:44 -0500
Subject: [PATCH] [AMDGPU] Test hazard-getreg-waitalu.mir on gfx13
---
llvm/test/CodeGen/AMDGPU/hazard-getreg-waitalu.mir | 1 +
1 file changed, 1 insertion(+)
diff --git a/llvm/test/CodeGen/AMDGPU/hazard-getreg-waitalu.mir b/llvm/test/CodeGen/AMDGPU/hazard-getreg-waitalu.mir
index 911cb571ac649..80af5ff3c99b6 100644
--- a/llvm/test/CodeGen/AMDGPU/hazard-getreg-waitalu.mir
+++ b/llvm/test/CodeGen/AMDGPU/hazard-getreg-waitalu.mir
@@ -1,5 +1,6 @@
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
# RUN: llc -mtriple=amdgcn -mcpu=gfx1250 -run-pass post-RA-hazard-rec -o - %s | FileCheck --check-prefix=GCN %s
+# RUN: llc -mtriple=amdgcn -mcpu=gfx1310 -run-pass post-RA-hazard-rec -o - %s | FileCheck --check-prefix=GCN %s
---
name: s_getreg_mode
More information about the llvm-commits
mailing list