[PATCH] D78810: [InstCombine] Check max alignment before adding attr on aligned_alloc
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 24 08:36:22 PDT 2020
lebedev.ri requested changes to this revision.
lebedev.ri added a comment.
This revision now requires changes to proceed.
Thank you for looking into this.
This should instead clamp to the maximal alignment. (the 'is power of 2' check should remain)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78810/new/
https://reviews.llvm.org/D78810
More information about the llvm-commits
mailing list