Skip to content

Commit b0253c5

Browse files
authored
chore: delete bv_normalize from bv_bench_automata (#1351)
This just adds overhead and confusion in reproducing our plots.
1 parent 3180be5 commit b0253c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SSA/Projects/InstCombine/TacticAuto.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ macro "bv_bench_automata": tactic =>
230230
BitVec.ofNat_eq_ofNat, BitVec.two_mul]
231231
all_goals (
232232
tac_bench (config := { outputType := .csv }) [
233-
"bv_normalize" : (bv_normalize; done),
233+
-- "bv_normalize" : (bv_normalize; done),
234234
-- "presburger" : (bv_automata_gen (config := { backend := .presburger }); done),
235235
"normPresburger" : ((try (solve | bv_normalize)); (try bv_automata_gen (config := { backend := .presburger })); done),
236236
-- "circuitUnverified" : (bv_automata_gen (config := { backend := .circuit_cadical_unverified /- maxIter -/ 4 }); done),

0 commit comments

Comments
 (0)