[PATCH] D115370: [NFC] Replace some deprecated getAlignment() calls with getAlign()
Guillaume Chatelet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 9 02:22:30 PST 2021
gchatelet accepted this revision.
gchatelet added a comment.
This revision is now accepted and ready to land.
Thx a lot for the cleanup. I really appreciate it @aeubanks .
@arsenm I wish we could remove `MaybeAlign` completely. It is certainly possible to confine its usage to a smaller part of the codebase but I don't think we can remove it completely.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115370/new/
https://reviews.llvm.org/D115370
More information about the llvm-commits
mailing list