[PATCH] D152826: [AArch64] Improve shuffles of i1 vectors (WIP)
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 14 04:40:18 PDT 2023
dmgreen added a reviewer: RKSimon.
dmgreen added a comment.
Thanks for uploading this. It does look very similar to the case I was looking at recently, but goes further than the optimization I was trying. (That was about altering `anyext(buildvector(..))`, not doing it earlier which looks like it allows the shuffles to lower more efficiently). I will try to take a look, to get my head around how this works.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152826/new/
https://reviews.llvm.org/D152826
More information about the llvm-commits
mailing list