[PATCH] D106368: [AlignmentFromAssumptions] avoid crash on alignment constant expression

Alexander von Gluck IV via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 26 09:07:20 PST 2022


kallisti5 added a comment.

I should mention Haiku has seen this crash via https://github.com/llvm/llvm-project/issues/53159

- -O2 results in a crash
- -O0 fixes the crash
- Fixing the alignment to non-0 fixes the crash.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106368/new/

https://reviews.llvm.org/D106368



More information about the llvm-commits mailing list