[llvm] AMDGPU/GlobalISel: Add skeletons for new register bank select passes (PR #112862)
Diana Picus via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 18 05:36:44 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
----------------
rovka wrote:
Shouldn't this run rb-legalize? It only returns true, so it should be pretty harmless.
https://github.com/llvm/llvm-project/pull/112862
More information about the llvm-commits
mailing list