Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
724a9e83
Commit
724a9e83
authored
May 30, 2008
by
Simon Marlow
Browse files
disable SAT for now (see #2321)
parent
1b5161f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/main/DynFlags.hs
View file @
724a9e83
...
...
@@ -832,7 +832,7 @@ getCoreToDo dflags
liberate_case
=
dopt
Opt_LiberateCase
dflags
rule_check
=
ruleCheck
dflags
vectorisation
=
dopt
Opt_Vectorise
dflags
static_args
=
dopt
Opt_StaticArgumentTransformation
dflags
--
static_args = dopt Opt_StaticArgumentTransformation dflags
maybe_rule_check
phase
=
runMaybe
rule_check
(
CoreDoRuleCheck
phase
)
...
...
@@ -886,7 +886,8 @@ getCoreToDo dflags
-- may expose extra opportunities to float things outwards. However, to fix
-- up the output of the transformation we need at do at least one simplify
-- after this before anything else
runWhen
static_args
CoreDoStaticArgs
,
-- runWhen static_args CoreDoStaticArgs,
-- XXX disabled, see #2321
-- initial simplify: mk specialiser happy: minimum effort please
simpl_gently
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment