[all-commits] [llvm/llvm-project] 8c18c2: llvm-reduce: Do not assert if the input is no long...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Fri Mar 28 17:44:41 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8c18c25b1b22ea710edb40a4f167a6a8bfe6ff9d
      https://github.com/llvm/llvm-project/commit/8c18c25b1b22ea710edb40a4f167a6a8bfe6ff9d
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-03-29 (Sat, 29 Mar 2025)

  Changed paths:
    M llvm/docs/CommandGuide/llvm-reduce.rst
    A llvm/test/tools/llvm-reduce/Inputs/flaky-test.py
    A llvm/test/tools/llvm-reduce/flaky-interestingness.ll
    M llvm/tools/llvm-reduce/deltas/Delta.cpp

  Log Message:
  -----------
  llvm-reduce: Do not assert if the input is no longer interesting (#133386)

If the interestingness script is flaky, we should not assert. Print
a warning, and continue. This could still happen as a result of an
llvm-reduce bug, so make a note of that.

Add a --skip-verify-interesting-after-counting-chunks option to
avoid the extra run of the reduction script, and to silence the
warning.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list