[PATCH] D62308: [AArch64] support neon_sshl in performIntrinsicCombine.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 14 11:05:55 PDT 2019
fhahn added a comment.
In D62308#1513868 <https://reviews.llvm.org/D62308#1513868>, @t.p.northover wrote:
> I think there are probably other shifts that we can include while we're in the area. Most obviously aarch64_neon_ushl, but maybe others too.
Thanks Tim. I've added support for neon_ushl. I think w have to be a bit more careful with that one, as we only have ushll/ushll2 that take immediates
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62308/new/
https://reviews.llvm.org/D62308
More information about the llvm-commits
mailing list