aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Clflags.ml
diff options
context:
space:
mode:
authorDavid Monniaux <David.Monniaux@univ-grenoble-alpes.fr>2021-07-16 15:29:25 +0200
committerDavid Monniaux <David.Monniaux@univ-grenoble-alpes.fr>2021-07-16 15:29:25 +0200
commit2ff766a18432fd75739abab0b5741ded6b67a2a5 (patch)
treea3557b612a0930b93afc1297e22915e552c951ee /driver/Clflags.ml
parent67f4ae2b702cc95ed7cef67b726e15abbf18e768 (diff)
downloadcompcert-kvx-2ff766a18432fd75739abab0b5741ded6b67a2a5.tar.gz
compcert-kvx-2ff766a18432fd75739abab0b5741ded6b67a2a5.zip
activate register pressure by default
Diffstat (limited to 'driver/Clflags.ml')
-rw-r--r--driver/Clflags.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/Clflags.ml b/driver/Clflags.ml
index 085eaa7e..25bd2c78 100644
--- a/driver/Clflags.ml
+++ b/driver/Clflags.ml
@@ -51,7 +51,7 @@ let option_flooprotate = ref 0 (* rotate the innermost loops to have the conditi
let option_mtune = ref ""
let option_fprepass = ref true
-let option_fprepass_sched = ref "list"
+let option_fprepass_sched = ref "regpres"
let option_fpostpass = ref true
let option_fpostpass_sched = ref "list"