[PATCH] D87826: [ARM] Enable multiple icmp when tail folding
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 18 01:52:50 PDT 2020
samparker added a comment.
> original was only a single loop?
Do you mean a single block loop? If so, I thought the the vectorizer would perform if-conversion after calling this? And for saturation, does the vectorizer not yet consume saturating intrinsics? Are all of ours ones that merge/retain previous values, maybe their idiom could be checked for?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87826/new/
https://reviews.llvm.org/D87826
More information about the llvm-commits
mailing list