[PATCH] D146127: [NFC][LoopVectorize] Simplify preferPredicateOverEpilogue interface

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 24 09:29:44 PDT 2023


david-arm updated this revision to Diff 508135.
david-arm edited the summary of this revision.
david-arm added a comment.

- Introduced a new TailFoldingInfo structure at the suggestion of @paulwalker-arm on D146128 <https://reviews.llvm.org/D146128> as I think this makes sense.


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

https://reviews.llvm.org/D146127

Files:
  llvm/include/llvm/Analysis/TargetTransformInfo.h
  llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
  llvm/include/llvm/CodeGen/BasicTTIImpl.h
  llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
  llvm/lib/Analysis/TargetTransformInfo.cpp
  llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
  llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
  llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
  llvm/lib/Target/ARM/ARMTargetTransformInfo.h
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146127.508135.patch
Type: text/x-patch
Size: 14031 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230324/83f07ecb/attachment.bin>


More information about the llvm-commits mailing list