Files
clang-p2996/llvm/lib/Analysis/ScalarEvolutionNormalization.cpp
Florian Hahn 69ca5c9d62 [SCEV] Add flag to control invertible check for normalization.
When normalizing a SCEV expression during expansion, there should be
no need for it to be invertible, as it will only be used for code
generation. This fixes a crash after 7f5b15ad15.

Fixes https://github.com/llvm/llvm-project/issues/63678.
2023-07-05 18:11:44 +01:00

5.0 KiB