[PATCH] D135606: llvm-reduce: Improve delta pass flag handling

John Regehr via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 10 11:22:47 PDT 2022


regehr accepted this revision.
regehr added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/tools/llvm-reduce/DeltaManager.cpp:206
     }
+
     uint64_t NewComplexity = Tester.getProgram().getComplexityScore();
----------------
unintended whitespace change?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135606/new/

https://reviews.llvm.org/D135606



More information about the llvm-commits mailing list