[llvm] [AMDGPU][GlobalISel] Switch tests to new reg-bank-select and refresh checks (PR #186506)

Petar Avramovic via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 17 12:04:26 PDT 2026


================
@@ -1,6 +1,6 @@
 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
-# RUN: llc -mtriple=amdgcn -mcpu=fiji -run-pass=regbankselect %s -verify-machineinstrs -o - -regbankselect-fast | FileCheck -check-prefix=FAST %s
-# RUN: llc -mtriple=amdgcn -mcpu=fiji -run-pass=regbankselect %s -verify-machineinstrs -o - -regbankselect-greedy | FileCheck -check-prefix=GREEDY %s
+  # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
+# RUN: llc -mtriple=amdgcn -mcpu=fiji -run-pass=amdgpu-regbankselect,amdgpu-regbanklegalize %s -verify-machineinstrs -o - | FileCheck -check-prefix=FAST %s
----------------
petar-avramovic wrote:

should not use name FAST for check-prefix, just `FileCheck %s` is fine

https://github.com/llvm/llvm-project/pull/186506


More information about the llvm-commits mailing list