[PATCH] D149659: [AArch64][NFC] Refactor the tail-folding option
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 16 01:54:57 PDT 2023
david-arm updated this revision to Diff 522497.
david-arm added a comment.
- Removed a `reportError` when parsing the first option as we want to permit the user doing stuff like `-sve-tail-folding=reductions`.
- Changed TailFoldingOpts to be an enum class.
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.522497.patch
Type: text/x-patch
Size: 13038 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230516/0f1c90ea/attachment.bin>
More information about the llvm-commits
mailing list