[PATCH] D77538: [Alignment][NFC] Assume AlignmentFromAssumptions::getNewAlignment is always set.
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 6 04:50:11 PDT 2020
courbet added a comment.
why not change the single `return 0` in `getNewAlignment()` with `return Align(1)`, and modify that type ?
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