[llvm] [GlobalISel] support lowering of G_SHUFFLEVECTOR with pointer args (PR #141959)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri May 30 00:05:52 PDT 2025
================
@@ -0,0 +1,21 @@
+# RUN: llc -march=amdgcn -run-pass=legalizer -verify-machineinstrs %s -o -
+
+--- |
+ define i32 @test(i64 %arg) {
+ ret i32 0
+ }
----------------
arsenm wrote:
You definitely do not need the IR section for this test
https://github.com/llvm/llvm-project/pull/141959
More information about the llvm-commits
mailing list