[PATCH] D124092: CodeGen: Remove MaxBytesForAlignment from MachineBasicBlock

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 1 06:59:38 PDT 2022


dmgreen requested changes to this revision.
dmgreen added a comment.
This revision now requires changes to proceed.

I'm not sure I understand. Why do you think that MaxBytesForAlignment isn't a per-basic-block parameter? Any aligned block can have a MaxBytesForAlignment, and they could all be different from one block to the next, just as alignments can change.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124092/new/

https://reviews.llvm.org/D124092



More information about the llvm-commits mailing list