[PATCH] D149659: [AArch64][NFC] Refactor the tail-folding option

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 10 06:11:45 PDT 2023


david-arm updated this revision to Diff 520966.
david-arm added a comment.
Herald added a subscriber: pcwang-thead.

- Refactored TailFoldingOption class to parse the string at the time of assignment and keep a record of the InitialBits, EnableBits and DisableBits. This requires changing the semantics of the option to require only one of (disabled|all|simple|default), which must also be the first in the list.


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

https://reviews.llvm.org/D149659

Files:
  llvm/lib/Target/AArch64/AArch64Subtarget.h
  llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
  llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.h
  llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-option.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149659.520966.patch
Type: text/x-patch
Size: 10775 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230510/862176d5/attachment.bin>


More information about the llvm-commits mailing list