[PATCH] D95039: [SVE] Add support for scalable vectorization of loops with selects and cmps

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 21 04:05:36 PST 2021


david-arm updated this revision to Diff 318148.
david-arm added a comment.

- Added more cost model test cases and optimised existing ones.
- Renamed vectorisation tests to something more useful. :) I also reduced the number of CHECK lines as it looked too messy and fragile.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95039/new/

https://reviews.llvm.org/D95039

Files:
  llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/test/Analysis/CostModel/sve-cmpsel.ll
  llvm/test/Transforms/LoopVectorize/AArch64/sve-basic-vec.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95039.318148.patch
Type: text/x-patch
Size: 20170 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210121/60db145d/attachment.bin>


More information about the llvm-commits mailing list