[llvm] [GlobalISel] support lowering of G_SHUFFLEVECTOR with pointer args (PR #141959)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu May 29 10:02:12 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:
Don't need IR section (plus I think this one is malformed and missing the end separator)
https://github.com/llvm/llvm-project/pull/141959
More information about the llvm-commits
mailing list