[all-commits] [llvm/llvm-project] be56ec: [llvm-reduce] Move code to check chunk to function...

Florian Hahn via All-commits all-commits at lists.llvm.org
Tue Nov 16 07:39:58 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: be56ece91853a094572a9ba613e1df71880ce683
      https://github.com/llvm/llvm-project/commit/be56ece91853a094572a9ba613e1df71880ce683
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2021-11-16 (Tue, 16 Nov 2021)

  Changed paths:
    M llvm/tools/llvm-reduce/deltas/Delta.cpp

  Log Message:
  -----------
  [llvm-reduce] Move code to check chunk to function, to enable reuse (NFC).

This patch moves the logic to clone and check a new chunk into a new
function, to allow re-use in a follow-up patch that implements parallel
reductions.

Reviewed By: dblaikie

Differential Revision: https://reviews.llvm.org/D113856




More information about the All-commits mailing list