[llvm] AMDGPU/GlobalISel: Add skeletons for new register bank select passes (PR #112862)

Petar Avramovic via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 21 02:45:38 PDT 2024


================
@@ -0,0 +1,858 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
+# RUN: llc -mtriple=amdgcn -mcpu=gfx1010 -run-pass=none %s -verify-machineinstrs -o - | FileCheck %s
----------------
petar-avramovic wrote:

Test is precommit to see something in diff when RBSelect and RBLegalize become functional instead of seeing new test with no changes.

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


More information about the llvm-commits mailing list