[PATCH] D114590: [CodeGen] Emit alignment "Max Skip" operand for align directives
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 4 00:57:16 PST 2022
dmgreen accepted this revision.
dmgreen added a comment.
Thanks. Together with D114879 <https://reviews.llvm.org/D114879> this LGTM.
================
Comment at: llvm/include/llvm/CodeGen/TargetLowering.h:2960
Align PrefLoopAlignment;
+ unsigned MaxBytesForAlignment;
----------------
Add a quick comment for the MaxBytesForAlignment?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114590/new/
https://reviews.llvm.org/D114590
More information about the llvm-commits
mailing list