[PATCH] D65400: [AArch64] Skip isZIPMask check for masks with an odd number of elements.
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 29 09:42:41 PDT 2019
dmgreen added a comment.
Do we want this in any of the other other functions? isUZP_v_undef_Mask looks suspicious.
================
Comment at: llvm/test/CodeGen/AArch64/arm64-neon-vector-shuffle-extract.ll:35
+
+define void @zip_mask_check(<3 x float>* %p1, <3 x float>* %p2, i32* %p3) {
+ %tmp3 = load <3 x float>, <3 x float>* %p1, align 16
----------------
Update checks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65400/new/
https://reviews.llvm.org/D65400
More information about the llvm-commits
mailing list