Skip to content

Commit

Permalink
feat: add rfl to bv_ring, add rfl to bv_bench
Browse files Browse the repository at this point in the history
  • Loading branch information
luisacicolini committed Nov 15, 2024
1 parent 1694b03 commit 6ecaf30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SSA/Projects/InstCombine/TacticAuto.lean
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ macro "bv_ring" : tactic =>
simp (config := {failIfUnchanged := false}) only [← BitVec.allOnes_sub_eq_xor,
← BitVec.negOne_eq_allOnes]
ring_nf
rfl
done
)
)
Expand Down Expand Up @@ -282,6 +283,7 @@ macro "bv_bench": tactic =>
(
all_goals (
tac_bench [
"rfl" : (rfl; done),
"bv_bitwise" : (bv_bitwise; done),
"bv_ac" : (bv_ac; done),
"bv_distrib" : (bv_distrib; done),
Expand Down

0 comments on commit 6ecaf30

Please sign in to comment.