Skip to content

Commit

Permalink
chore: disable unreachable tactic warning in AliveStatements (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasgrosser authored May 13, 2024
1 parent 146c822 commit 8ce2bb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SSA/Projects/InstCombine/AliveStatements.lean
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ import Mathlib.Data.BitVec.Lemmas
open LLVM
open BitVec

set_option linter.unreachableTactic false


theorem bitvec_AddSub_1043 :
∀ (e e_1 e_2 : LLVM.IntW w),
Expand Down
2 changes: 2 additions & 0 deletions SSA/Projects/InstCombine/update_alive_statements.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
open LLVM
open BitVec
set_option linter.unreachableTactic false
"""


Expand Down

0 comments on commit 8ce2bb6

Please sign in to comment.