[PATCH] D106368: [AlignmentFromAssumptions] avoid crash on alignment constant expression
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 20 08:37:21 PDT 2021
jdoerfert added a comment.
I still believe we should not create alignment annotations for non-power-of-two constants. This is the second time in a few weeks this causes problems and we still play whack-a-mole instead of restricting clang and teaching the verifier.
https://reviews.llvm.org/D94433
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106368/new/
https://reviews.llvm.org/D106368
More information about the llvm-commits
mailing list