[PATCH] D56907: [TTI] Add generic UADDSAT/USUBSAT and UADDO/USUBO costs
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 23 09:22:46 PST 2019
RKSimon updated this revision to Diff 183113.
RKSimon retitled this revision from "[TTI] Add generic USUBSAT costs" to "[TTI] Add generic UADDSAT/USUBSAT and UADDO/USUBO costs".
RKSimon edited the summary of this revision.
RKSimon added reviewers: craig.topper, ABataev.
RKSimon added a comment.
I intend to add the overflow costs support as a pre-commit.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56907/new/
https://reviews.llvm.org/D56907
Files:
include/llvm/CodeGen/BasicTTIImpl.h
lib/Target/X86/X86TargetTransformInfo.cpp
test/Analysis/CostModel/X86/arith-overflow.ll
test/Analysis/CostModel/X86/arith-usat.ll
test/Transforms/SLPVectorizer/X86/arith-add-usat.ll
test/Transforms/SLPVectorizer/X86/arith-sub-usat.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56907.183113.patch
Type: text/x-patch
Size: 192389 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190123/a95fd416/attachment-0001.bin>
More information about the llvm-commits
mailing list