[PATCH] D72387: [LoopVectorize][TTI] Add an isLegalMaskedLoadStore method. NFC
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 8 01:08:44 PST 2020
dmgreen created this revision.
dmgreen added reviewers: Ayal, hsaito, fhahn.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.
As with isLegalGatherScatter added in D71919 <https://reviews.llvm.org/D71919>, this adds a isLegalMaskedLoadStore method to TTI to remove the need for a similar functionality in the vectorizer.
https://reviews.llvm.org/D72387
Files:
llvm/include/llvm/Analysis/TargetTransformInfo.h
llvm/lib/Analysis/TargetTransformInfo.cpp
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72387.236773.patch
Type: text/x-patch
Size: 4611 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200108/49a35141/attachment.bin>
More information about the llvm-commits
mailing list