[PATCH] D100938: neon: truncate(smin(smax(a,b),c)) --> vqmovns(a),truncate(smin(a,b)) --> vqmovnu(a)
Eye via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 22 02:16:57 PDT 2021
fantasyRqg added a comment.
In D100938#2707735 <https://reviews.llvm.org/D100938#2707735>, @RKSimon wrote:
> X86 has some very similar code to recognise saturated trunc pattern matchers (detectUSatPattern + detectSSatPattern) - would it make sense to move them to SelectionDAG and reuse them here?
I will take a look.
I need some time to understand TableGen.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100938/new/
https://reviews.llvm.org/D100938
More information about the llvm-commits
mailing list