[PATCH] D79163: [Target][ARM] Tune getCastInstrCost for extending masked loads and truncating masked stores
Pierre van Houtryve via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 13 02:07:09 PDT 2020
Pierre-vh updated this revision to Diff 263645.
Pierre-vh marked 4 inline comments as done.
Pierre-vh added a comment.
- Cleaning up vectorizer tests (removed all extra attributes)
- Refactored & Improved the cast.ll test
- Removed `isLoadOrMaskedLoad`, now using the CCH instead.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79163/new/
https://reviews.llvm.org/D79163
Files:
llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
llvm/test/Analysis/CostModel/ARM/cast.ll
llvm/test/Transforms/LoopVectorize/ARM/tail-folding-reduces-vf.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79163.263645.patch
Type: text/x-patch
Size: 82055 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200513/4183c4c3/attachment-0001.bin>
More information about the llvm-commits
mailing list