Skip to content

Commit

Permalink
Drop CommRing
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasgrosser committed Oct 17, 2024
1 parent ea7e0f9 commit 7e98a77
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 57 deletions.
3 changes: 2 additions & 1 deletion SSA/Projects/InstCombine/ForLean.lean
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import Mathlib.Data.Nat.Size -- TODO: remove and get rid of shiftLeft_eq_mul_pow use
import SSA.Projects.InstCombine.ForMathlib
import SSA.Projects.InstCombine.LLVM.Semantics
import Mathlib.Tactic.Ring
import Mathlib.Data.BitVec

namespace Nat

Expand Down
55 changes: 0 additions & 55 deletions SSA/Projects/InstCombine/ForMathlib.lean

This file was deleted.

1 change: 0 additions & 1 deletion SSA/Projects/InstCombine/HackersDelight.lean
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import SSA.Projects.InstCombine.ForMathlib
import SSA.Projects.InstCombine.ForStd
import SSA.Projects.InstCombine.TacticAuto
import Std.Tactic.BVDecide
Expand Down

0 comments on commit 7e98a77

Please sign in to comment.