[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
Wed May 19 07:55:27 PDT 2021
david-arm updated this revision to Diff 346461.
david-arm added a comment.
- Improved and added more comments to code + tests to explain what's going on.
- Tried to restructure the code a little to be a bit clearer.
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.346461.patch
Type: text/x-patch
Size: 11605 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210519/8d6496d8/attachment.bin>
More information about the llvm-commits
mailing list