[PATCH] D139439: [Alignment][NFC] Use Align in MCStreamer emitZeroFill/emitLocalCommonSymbol
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 7 05:28:04 PST 2022
courbet added a comment.
I don;t think we're guaranteed that there does not exist an override that accepts `0` as a value. What about switching to `MaybeAligned` instead ? We can always tighten in a second step once there are no other raw values left ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139439/new/
https://reviews.llvm.org/D139439
More information about the llvm-commits
mailing list