[PATCH] D131072: llvm-reduce: avoid duplicating switch cases

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 3 08:38:37 PDT 2022


arsenm added inline comments.


================
Comment at: llvm/test/tools/llvm-reduce/no-duplicate-switch-case.ll:4
+
+; RUN: llvm-reduce --delta-passes=operands-zero --test %python --test-arg %p/Inputs/remove-bbs.py -abort-on-invalid-reduction %s -o %t
+
----------------
Should also add a run line testing operands-one


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

https://reviews.llvm.org/D131072



More information about the llvm-commits mailing list