[PATCH] D108065: [InstSimplify][AArch64] Eliminate vector reverse of ptrue/dupx intrinsics
Usman Nadeem via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 14 18:47:19 PDT 2021
mnadeem planned changes to this revision.
mnadeem added a comment.
dup.x is now canonicalized to IR splat so reverse shouldn't be an issue now.
Reverses of ptrue can still be optimized, will get back to it when I get time.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108065/new/
https://reviews.llvm.org/D108065
More information about the llvm-commits
mailing list