[llvm] [AArch64][GlobalISel] Legalize ptr shuffle vector to s64 (PR #116013)

Madhur Amilkanthwar via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 18 00:12:10 PST 2024


================
@@ -1077,7 +1079,16 @@ AArch64LegalizerInfo::AArch64LegalizerInfo(const AArch64Subtarget &ST)
       .clampNumElements(0, v8s8, v16s8)
       .clampNumElements(0, v4s16, v8s16)
       .clampNumElements(0, v4s32, v4s32)
-      .clampNumElements(0, v2s64, v2s64);
+      .clampNumElements(0, v2s64, v2s64)
+      .bitcastIf(
----------------
madhur13490 wrote:

Alright, thanks for the explanation.

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


More information about the llvm-commits mailing list