From 0e76ac320601a81a67c700759526d0f8b7a8ed7b Mon Sep 17 00:00:00 2001 From: xleroy Date: Thu, 23 Feb 2012 14:00:06 +0000 Subject: More aggressive common subexpression elimination (CSE) of memory loads. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1823 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- driver/Compiler.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'driver') diff --git a/driver/Compiler.v b/driver/Compiler.v index 6779aaf..be4f981 100644 --- a/driver/Compiler.v +++ b/driver/Compiler.v @@ -140,7 +140,7 @@ Definition transf_rtl_fundef (f: RTL.fundef) : res Asm.fundef := @@ print print_RTL_tailcall @@ Constprop.transf_fundef @@ print print_RTL_constprop - @@ CSE.transf_fundef + @@@ CSE.transf_fundef @@ print print_RTL_cse @@@ Allocation.transf_fundef @@ Tunneling.tunnel_fundef @@ -338,7 +338,7 @@ Proof. eapply compose_forward_simulation. apply Tailcallproof.transf_program_correct. eapply compose_forward_simulation. apply Constpropproof.transf_program_correct. - eapply compose_forward_simulation. apply CSEproof.transf_program_correct. + eapply compose_forward_simulation. apply CSEproof.transf_program_correct. eassumption. eapply compose_forward_simulation. apply Allocproof.transf_program_correct. eassumption. eapply compose_forward_simulation. apply Tunnelingproof.transf_program_correct. eapply compose_forward_simulation. apply Linearizeproof.transf_program_correct. eassumption. eauto. -- cgit v1.2.3