[PATCH] D102394: [LoopVectorize] Don't attempt to widen certain calls for scalable vectors
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 20 09:11:28 PDT 2021
david-arm updated this revision to Diff 346758.
david-arm added a comment.
- Changed AArch64TargetTransformInfo function to return true for supported cases and default to the BaseT version for the rest.
- Changed the BaseT version of isLegalScalableVectorIntrinsic to return false.
- Removed a FIXME comment.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102394/new/
https://reviews.llvm.org/D102394
Files:
llvm/include/llvm/Analysis/TargetTransformInfo.h
llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
llvm/lib/Analysis/TargetTransformInfo.cpp
llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
llvm/test/Transforms/LoopVectorize/AArch64/scalable-call.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102394.346758.patch
Type: text/x-patch
Size: 12125 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210520/a2e7e97f/attachment.bin>
More information about the llvm-commits
mailing list