[PATCH] D87379: [ARM] Selects SSAT/USAT from LLVM IR of min/max patterns
Meera Nakrani via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 10 05:08:21 PDT 2020
MeeraN updated this revision to Diff 290946.
MeeraN edited the summary of this revision.
MeeraN added a comment.
Added explanation about LLVM canonicalizing to min/max patterns to both the comment before the function and commit message. Tidied up formatting by moving a comment, reducing indention where possible and removing unused function (isUpperSaturate).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87379/new/
https://reviews.llvm.org/D87379
Files:
llvm/lib/Target/ARM/ARMISelLowering.cpp
llvm/test/CodeGen/ARM/ssat.ll
llvm/test/CodeGen/ARM/usat.ll
llvm/test/CodeGen/Thumb2/mve-satmul-loops.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87379.290946.patch
Type: text/x-patch
Size: 18763 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200910/5df5ef5b/attachment.bin>
More information about the llvm-commits
mailing list