[PATCH] D149659: [AArch64][NFC] Refactor the tail-folding option
Paul Walker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 16 03:00:17 PDT 2023
paulwalker-arm accepted this revision.
paulwalker-arm added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp:121
+ else
+ StartIdx = 0;
+
----------------
Should the else case also do `setInitialBits(TailFoldingOpts::Disabled);`?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149659/new/
https://reviews.llvm.org/D149659
More information about the llvm-commits
mailing list