[all-commits] [llvm/llvm-project] 6d2dfd: [LPM] Set gen_crash_diag=false for non-MSSA pass i...

Nikita Popov via All-commits all-commits at lists.llvm.org
Thu Nov 30 01:21:54 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6d2dfd37bd50b21ed90427052198bd1f06c761f8
      https://github.com/llvm/llvm-project/commit/6d2dfd37bd50b21ed90427052198bd1f06c761f8
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2023-11-30 (Thu, 30 Nov 2023)

  Changed paths:
    M llvm/lib/Transforms/Scalar/LoopPassManager.cpp
    M llvm/test/Other/loop-mssa-not-preserved.ll

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list