[llvm] [AMDGPU][NFC] New tests for uncovered cases in SIInstrInfo.cpp (PR #200414)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 12 05:46:57 PDT 2026
================
@@ -0,0 +1,2214 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=amdgcn -mcpu=gfx1150 < %s | FileCheck -check-prefix=SDAG-GFX1150 %s
+; RUN: llc -mtriple=amdgcn -mcpu=gfx1150 -global-isel -new-reg-bank-select < %s | FileCheck -check-prefix=GISEL-GFX1150 %s
+; RUN: llc -mtriple=amdgcn -mcpu=gfx1200 < %s | FileCheck -check-prefix=SDAG-GFX1200 %s
----------------
arsenm wrote:
use -global-isel=0 in mixed tests
https://github.com/llvm/llvm-project/pull/200414
More information about the llvm-commits
mailing list