[PATCH] D124092: CodeGen: Remove MaxBytesForAlignment from MachineBasicBlock

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 1 07:05:55 PDT 2022


courbet added a comment.

In D124092#3550117 <https://reviews.llvm.org/D124092#3550117>, @dmgreen wrote:

> 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.

I think the point is that it's never actually used anywhere.


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

https://reviews.llvm.org/D124092



More information about the llvm-commits mailing list