Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: unify bv_auto and bv_bench #858

Merged
merged 3 commits into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading