[PATCH] D156587: Implement vector rotations on AArch64 using shift-insert instructions.
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 9 03:13:52 PDT 2023
dmgreen added a comment.
In D156587#4571617 <https://reviews.llvm.org/D156587#4571617>, @efriedma wrote:
> It looks like c782e3497d <https://reviews.llvm.org/rGc782e3497d0da8d7ab467e37f3c127a0bb176e0c> catches all the testcases in this patch?
I was surprised that it helped so much, it was only going to be part 1 of 3. An ASRA can work well in a lot of cases already.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156587/new/
https://reviews.llvm.org/D156587
More information about the llvm-commits
mailing list