[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:13 PDT 2025


================
@@ -0,0 +1,22 @@
+# RUN: llc -march=amdgcn -run-pass=legalizer -verify-machineinstrs %s -o -
+
+--- |
+  define i32 @test() {
+    unreachable
+  }
+...
----------------
arsenm wrote:

```suggestion
```

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


More information about the llvm-commits mailing list