[PATCH] D77538: [Alignment][NFC] Assume AlignmentFromAssumptions::getNewAlignment is always set.
Guillaume Chatelet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 6 05:22:29 PDT 2020
gchatelet added a comment.
In D77538#1963575 <https://reviews.llvm.org/D77538#1963575>, @courbet wrote:
> why not change the single `return 0` in `getNewAlignment()` with `return Align(1)`, and modify that type ?
Sure, I wanted to do it in several steps but sounds good to me.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77538/new/
https://reviews.llvm.org/D77538
More information about the llvm-commits
mailing list