Skip to content

Commit

Permalink
Further reduction
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasgrosser committed Apr 13, 2024
1 parent aa7a090 commit 2c5046c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SSA/Projects/InstCombine/AliveAutoGenerated.lean
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ theorem ok : src 1 ⊑ tgt 1 := by
simp (config := {failIfUnchanged := false}) only [HVector.map]
simp (config := {failIfUnchanged := false}) only [List.map_eq_map]
simp (config := {failIfUnchanged := false}) only [Var.zero_eq_last]
simp (config := {failIfUnchanged := false}) only [Valuation.snoc_last]
rw [Valuation.snoc_last]

simp (config := {failIfUnchanged := false}) only [OpDenote.denote]

Expand Down Expand Up @@ -89,7 +89,7 @@ theorem broken : src_i1 1 ⊑ tgt 1 := by
simp (config := {failIfUnchanged := false}) only [HVector.map]
simp (config := {failIfUnchanged := false}) only [List.map_eq_map]
simp (config := {failIfUnchanged := false}) only [Var.zero_eq_last]
simp (config := {failIfUnchanged := false}) only [Valuation.snoc_last] -- <= This one does not fire!
rw [Valuation.snoc_last] -- <= This one does not fire!

simp (config := {failIfUnchanged := false}) only [OpDenote.denote]

Expand Down

0 comments on commit 2c5046c

Please sign in to comment.