[PATCH] D96405: [DAGCombiner] Improve reduceBuildVecToShuffle Performance
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 10 06:44:50 PST 2021
RKSimon added inline comments.
================
Comment at: llvm/test/CodeGen/X86/vector-shuffle-combining-avx512bwvl.ll:115
+; X86-NEXT: vpsraw $8, %xmm1, %xmm1
+; X86-NEXT: vpunpcklqdq {{.*#+}} ymm0 = ymm0[0],ymm1[0],ymm0[2],ymm1[2]
+; X86-NEXT: vmovdqu %ymm0, (%eax)
----------------
At quick glance - this looks wrong, I'd expect this still to be the same vshufpd?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96405/new/
https://reviews.llvm.org/D96405
More information about the llvm-commits
mailing list