Skip to content

Commit

Permalink
chore: unify bv_auto and bv_bench (#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasgrosser authored Nov 15, 2024
1 parent 05e5442 commit def2cfa
Show file tree
Hide file tree
Showing 5 changed files with 106 additions and 9 deletions.
1 change: 1 addition & 0 deletions SSA/Projects/InstCombine/AliveHandwrittenExamples.lean
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ theorem alive_DivRemOfSelect (w : Nat) :
simp_alive_undef
simp_alive_ops
simp_alive_case_bash
simp_alive_split
alive_auto

end AliveHandwritten
3 changes: 3 additions & 0 deletions SSA/Projects/InstCombine/AliveHandwrittenLargeExamples.lean
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ theorem alive_DivRemOfSelect (w : Nat) :
simp_alive_ssa
simp_alive_undef
simp_alive_case_bash
simp_alive_split
alive_auto

/--info: 'AliveHandwritten.DivRemOfSelect.alive_DivRemOfSelect' depends on
Expand Down Expand Up @@ -413,7 +414,9 @@ def alive_simplifyAndOrXor2515 (w : Nat) :
simp only [simp_llvm_wrap]
simp_alive_ssa
simp_alive_undef
simp_alive_ops
simp_alive_case_bash
simp_alive_split
alive_auto

/-- info: 'AliveHandwritten.AndOrXor.alive_simplifyAndOrXor2515' depends on axioms:
Expand Down
Loading

0 comments on commit def2cfa

Please sign in to comment.