Skip to content

Commit

Permalink
Fix RulesProofs
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Jan 22, 2024
1 parent fb1314d commit fc15137
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Rewriter/RulesProofs.v
Original file line number Diff line number Diff line change
Expand Up @@ -587,11 +587,6 @@ Proof using Type.
all: repeat interp_good_t_step_arith.
all: remove_casts; try fin_with_nia.
all: try (reflect_hyps; lia).

{ (* cmov c 0 -1 -> sbb 0 0 c *)
enough (- c mod (M + 1) = M) as E by (rewrite E; remove_casts; trivial).
match goal with H5 : _ |- _ => apply unfold_is_bounded_by_bool in H5; cbn in H5 end.
rewrite Z.mod_opp_l_nz; rewrite ?Z.mod_small; nia. }
Qed.

Lemma relaxed_rules_work rland rm1 rv v :
Expand Down

0 comments on commit fc15137

Please sign in to comment.