[PATCH] D112994: [AArch64] Sink splat shuffles to lane index intrinsics
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 10 06:25:29 PST 2021
dmgreen added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/sinksplat.ll:334
define <4 x i32> @smull_nonsplat(<4 x i16> %x, <4 x i16> *%y) {
; CHECK-LABEL: smull_nonsplat:
----------------
It's here (granted not very obviously) - it didn't change because it won't be sunk if the shuffle is not a splat.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112994/new/
https://reviews.llvm.org/D112994
More information about the llvm-commits
mailing list