From dd4767e17235adb5de922626ed1fea15f4eb9e3b Mon Sep 17 00:00:00 2001 From: Léo Gourdin Date: Tue, 6 Apr 2021 23:37:22 +0200 Subject: Important commit on expansions' mini CSE, and a draft for addptrofs --- riscV/Asmgenproof.v | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'riscV/Asmgenproof.v') diff --git a/riscV/Asmgenproof.v b/riscV/Asmgenproof.v index 101bfa9c..bf9ede7f 100644 --- a/riscV/Asmgenproof.v +++ b/riscV/Asmgenproof.v @@ -308,7 +308,8 @@ Opaque Int.eq. - apply opimm64_label; intros; exact I. - destruct (Int.eq n Int.zero); try destruct (Int.eq n Int.one); TailNoLabel. - eapply transl_cond_op_label; eauto. -- destruct opi; simpl; TailNoLabel. +- destruct optR as [[]|]; simpl in *; TailNoLabel. +- destruct optR as [[]|]; simpl in *; TailNoLabel. - destruct optR as [[]|]; simpl in *; TailNoLabel. - destruct optR as [[]|]; simpl in *; TailNoLabel. - destruct optR as [[]|]; simpl in *; TailNoLabel. -- cgit