Skip to content

Commit

Permalink
Enable projects after move intrinsic asymptotics (#100)
Browse files Browse the repository at this point in the history
* feat: re-enable InstCombine

* chore: delete unused imports of WellTypedFramework

* nit: bring back newline
  • Loading branch information
bollu authored Oct 2, 2023
1 parent a1f53f4 commit 9b2df0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SSA.lean
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import SSA.Core.Framework
-- ========

-- Eventually, all projects must be imported.
-- import SSA.Projects.InstCombine.Alive
import SSA.Projects.InstCombine.Alive
-- import SSA.Projects.Tensor1D.Tensor1D
-- import SSA.Projects.Tensor2D.Tensor2D

Expand Down
4 changes: 2 additions & 2 deletions SSA/MLIRNatural.lean
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
-- import SSA.Core.WellTypedFramework
import SSA.Projects.InstCombine.Tests
import Cli

Expand Down Expand Up @@ -65,4 +64,5 @@ def mainCmd := `[Cli|
]

def main (args : List String): IO UInt32 :=
mainCmd.validate args
mainCmd.validate args

1 change: 0 additions & 1 deletion SSA/Projects/InstCombine/Tactic.lean
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
-- import SSA.Core.WellTypedFramework
import SSA.Projects.InstCombine.Base
import SSA.Projects.InstCombine.ForMathlib

Expand Down

0 comments on commit 9b2df0c

Please sign in to comment.