[llvm] AMDGPU/GlobalISel: Add skeletons for new register bank select passes (PR #112862)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 19 06:54:00 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
----------------
arsenm wrote:
I'm not sure what the point of this test is then. If it's testing the verifier, it should go in test/MachineVerifier (and then doesn't need -verify-machineinstrs)
https://github.com/llvm/llvm-project/pull/112862
More information about the llvm-commits
mailing list