[PATCH] D114590: [CodeGen] Emit alignment "Max Skip" operand for align directives

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 25 06:46:36 PST 2021


dmgreen added reviewers: gchatelet, courbet.
dmgreen added a comment.

Alignments are used in a lot of places, where you wouldn't really need to specify a maximum bytes added parameter, that's mostly use in aligning code sections as far as I understand. Do we really want to add this to the base Align class? Or should it just be part of whatever controls the code alignment?


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