[PATCH] D112994: [AArch64] Sink splat shuffles to lane index intrinsics

Sam Tebbs via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 10 06:34:56 PST 2021


samtebbs accepted this revision.
samtebbs added a comment.
This revision is now accepted and ready to land.

LGTM!



================
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:
----------------
dmgreen wrote:
> It's here (granted not very obviously) - it didn't change because it won't be sunk if the shuffle is not a splat.
Ah, great :)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112994/new/

https://reviews.llvm.org/D112994



More information about the llvm-commits mailing list