From e6612fdfd69037099037def2acba5df553c3b49a Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Sat, 31 Oct 2020 09:58:28 +0100 Subject: refining CSE3 nodes --- driver/Clflags.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'driver/Clflags.ml') diff --git a/driver/Clflags.ml b/driver/Clflags.ml index fc9e8247..89090b57 100644 --- a/driver/Clflags.ml +++ b/driver/Clflags.ml @@ -34,6 +34,7 @@ let option_fcse3_across_calls = ref false let option_fcse3_across_merges = ref true let option_fcse3_glb = ref true let option_fcse3_trivial_ops = ref false +let option_fcse3_refine = ref true let option_fredundancy = ref true (** Options relative to superblock scheduling *) -- cgit