Skip to content

Commit

Permalink
done in tacticauto
Browse files Browse the repository at this point in the history
  • Loading branch information
luisacicolini committed Nov 14, 2024
1 parent 82f57e1 commit 03f1a2c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions SSA/Projects/InstCombine/TacticAuto.lean
Original file line number Diff line number Diff line change
Expand Up @@ -282,15 +282,15 @@ macro "bv_bench": tactic =>
(
all_goals (
tac_bench [
"bv_bitwise" : bv_bitwise,
"bv_ac" : bv_ac,
"bv_distrib" : bv_distrib,
"bv_ring" : bv_ring,
"bv_of_bool" : bv_of_bool,
"bv_omega" : bv_omega,
"bv_automata_classic" : bv_automata_classic,
"bv_decide" : bv_decide,
"bv_auto" : bv_auto
"bv_bitwise" : (bv_bitwise; done),
"bv_ac" : (bv_ac; done),
"bv_distrib" : (bv_distrib; done),
"bv_ring" : (bv_ring; done),
"bv_of_bool" : (bv_of_bool; done),
"bv_omega" : (bv_omega; done),
"bv_automata_classic" : (bv_automata_classic; done),
"bv_decide" : (bv_decide; done),
"bv_auto" : (bv_auto; done)
]
try bv_auto
try sorry
Expand Down

0 comments on commit 03f1a2c

Please sign in to comment.