[PATCH] D114590: [CodeGen] Emit alignment "Max Skip" operand for align directives
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 1 03:07:33 PST 2021
SjoerdMeijer added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/MachineBasicBlock.h:139
Align Alignment;
+ unsigned MaxBytesForAlignment = 0;
----------------
Some comments/explanations what this exactly would be good, like the other members here.
Not sure what the maximum value can be, if there is any, and if we can or should use a smaller int type to reduce the size of MBBs.
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