mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 19:37:30 -03:00
Add polly
This commit is contained in:
parent
7caae61ebb
commit
d381eb4b7e
1 changed files with 16 additions and 0 deletions
|
@ -39,6 +39,14 @@ windows above this > # /OPT:ICF is not desirable in Debug builds, since code-fol
|
|||
"-mllvm", "-interleave-small-loop-scalar-reduction",
|
||||
"-mllvm", "-unroll-runtime-multi-exit",
|
||||
"-mllvm", "-aggressive-ext-opt",
|
||||
"-mllvm", "-polly",
|
||||
"-mllvm", "-polly-detect-profitability-min-per-loop-insts=40",
|
||||
"-mllvm", "-polly-invariant-load-hoisting",
|
||||
"-mllvm", "-polly-position=early",
|
||||
"-mllvm", "-polly-vectorizer=stripmine",
|
||||
"-mllvm", "-polly-run-inliner",
|
||||
"-mllvm", "-polly-enable-delicm=true",
|
||||
"-Xclang", "-Rpass-analysis=polly",
|
||||
]
|
||||
|
||||
common_optimize_on_ldflags = [
|
||||
|
@ -65,6 +73,14 @@ windows above this > # /OPT:ICF is not desirable in Debug builds, since code-fol
|
|||
"-mllvm", "-interleave-small-loop-scalar-reduction",
|
||||
"-mllvm", "-unroll-runtime-multi-exit",
|
||||
"-mllvm", "-aggressive-ext-opt",
|
||||
"-mllvm", "-polly",
|
||||
"-mllvm", "-polly-detect-profitability-min-per-loop-insts=40",
|
||||
"-mllvm", "-polly-invariant-load-hoisting",
|
||||
"-mllvm", "-polly-position=early",
|
||||
"-mllvm", "-polly-vectorizer=stripmine",
|
||||
"-mllvm", "-polly-run-inliner",
|
||||
"-mllvm", "-polly-enable-delicm=true",
|
||||
"-Xclang", "-Rpass-analysis=polly",
|
||||
]
|
||||
|
||||
common_optimize_on_ldflags = [
|
||||
|
|
Loading…
Reference in a new issue