[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
Wed Sep 9 06:51:47 PDT 2020
MeeraN created this revision.
MeeraN added reviewers: dmgreen, SjoerdMeijer, samparker, pbarrio, mcrosier, jmolloy, rengolin.
Herald added subscribers: danielkiss, hiraditya, kristof.beyls.
Herald added a project: LLVM.
MeeraN requested review of this revision.
Selects SSAT or USAT by matching the correct min/max patterns and updated tests to show this.
Repository:
rG LLVM Github Monorepo
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.290731.patch
Type: text/x-patch
Size: 17587 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200909/6ccfc18e/attachment.bin>
More information about the llvm-commits
mailing list