[PATCH] D114590: [CodeGen] Emit alignment "Max Skip" operand for align directives
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 4 01:03:05 PST 2022
SjoerdMeijer added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/MachineBasicBlock.h:533
+
+ /// Return the maximum amount of padding allowed for aligning the basic block
+ unsigned getMaxBytesForAlignment() const { return MaxBytesForAlignment; }
----------------
Just adding this nit before you commit this: missing punctuation here and in most other comments.
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