Skip to content

Commit

Permalink
Alive build preexisting files (#119)
Browse files Browse the repository at this point in the history
Do not yet add SSA.Projects.InstCombine.AliveAutoGenerated as it does
not yet build.
  • Loading branch information
tobiasgrosser authored Oct 24, 2023
1 parent 930f091 commit 0d2e7ae
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions SSA/Projects/InstCombine/Alive.lean
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/-
TODO: fix auto-generation script with new syntax
-/

-- Auto generated alive statements
-- import SSA.Projects.InstCombine.AliveAutoGenerated

-- Pure math statements needed to proof alive statements
import SSA.Projects.InstCombine.AliveStatements

-- The semantics for the MLIR base dialect
import SSA.Projects.InstCombine.Base

-- An tactic for automatically proofing the alive math statements
import SSA.Projects.InstCombine.TacticAuto

0 comments on commit 0d2e7ae

Please sign in to comment.