[PATCH] D130707: [llvm-reduce] Split operands-skip.ll into serial and parallel parts
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 3 09:30:09 PDT 2022
fhahn accepted this revision.
fhahn added a comment.
This revision is now accepted and ready to land.
LGTM, thanks!
================
Comment at: llvm/test/tools/llvm-reduce/operands-skip-parallel.ll:2
+; REQUIRES: thread_support
+
+; RUN: llvm-reduce -j 2 %S/operands-skip.ll -o %t.1 --delta-passes=operands-skip --test FileCheck --test-arg %S/operands-skip.ll --test-arg --match-full-lines --test-arg --check-prefix=INTERESTING --test-arg --input-file
----------------
nit: Might be good to add a comment that this re-uses `llvm/test/tools/llvm-reduce/operands-skip.ll`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130707/new/
https://reviews.llvm.org/D130707
More information about the llvm-commits
mailing list