[all-commits] [llvm/llvm-project] 53aad7: [llvm-reduce] Update NoChunks initializer to be in...

Florian Hahn via All-commits all-commits at lists.llvm.org
Wed Sep 21 07:50:59 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 53aad7a69ac0c486edf9fd14e83a2e2919460210
      https://github.com/llvm/llvm-project/commit/53aad7a69ac0c486edf9fd14e83a2e2919460210
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2022-09-21 (Wed, 21 Sep 2022)

  Changed paths:
    A llvm/test/tools/llvm-reduce/remove-bbs-unreachable.ll
    M llvm/tools/llvm-reduce/deltas/Delta.cpp

  Log Message:
  -----------
  [llvm-reduce] Update NoChunks initializer to be in line with AllChunks.

Without this patch, the assertion triggers below on the test case,
because we are using different oracles for the verification.

    Assertion failed: (Targets == NoChunksCounter.count() && "number of chunks changes when reducing"), function runDeltaPass, file Delta.cpp, line 272.




More information about the All-commits mailing list