Files
clang-p2996/llvm/lib/Transforms/Scalar/LoopPassManager.cpp
Nikita Popov 6d2dfd37bd [LPM] Set gen_crash_diag=false for non-MSSA pass in MSSA pipeline
When a loop pass that does not preserve MSSA is run as part of a
loop-mssa pipeline, this is user error and we should not ask for
a bug report.

Fixes https://github.com/llvm/llvm-project/issues/73554.
2023-11-30 10:21:35 +01:00

15 KiB