Skip to content

Commit

Permalink
update flags
Browse files Browse the repository at this point in the history
  • Loading branch information
eebssk1 committed Nov 17, 2023
1 parent d5623bc commit f4cd16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion b.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ for a in ../*.patch; do
patch -f -p1 -i $a
done

KCFLAGS="-mllvm --polly=true -mllvm --polly-vectorizer=stripmine -mllvm --polly-2nd-level-tiling=true -mllvm --polly-run-inliner=true -mllvm --polly-opt-max-constant-term=30 -mllvm --polly-opt-max-coefficient=30 -mllvm --polly-register-tiling=true -mllvm --polly-run-dce=true -mllvm --polly-detect-profitability-min-per-loop-insts=45 -mllvm --polly-invariant-load-hoisting=true -mllvm --slp-min-reg-size=64 -mllvm --enable-partial-inlining=true -mllvm --extra-vectorizer-passes=true -mllvm --enable-loop-flatten=true -mllvm --enable-gvn-hoist=true -mllvm --enable-matrix=true -mllvm --enable-constraint-elimination=true -mllvm --reroll-loops=true -mllvm --hot-cold-split=true"
KCFLAGS="-mllvm --enable-knowledge-retention=true -mllvm --attributor-enable=module -mllvm --use-cfl-aa=steens -mllvm --use-cfl-aa-in-codegen=steens -mllvm --polly=true -mllvm --polly-loopfusion-greedy=true -mllvm --polly-vectorizer=stripmine -mllvm --polly-default-tile-size=36 -mllvm --polly-2nd-level-default-tile-size=10 -mllvm --polly-2nd-level-tiling=true -mllvm --polly-run-inliner=true -mllvm --polly-opt-max-constant-term=64 -mllvm --polly-opt-max-coefficient=64 -mllvm --polly-register-tiling=true -mllvm --polly-run-dce=true -mllvm --polly-detect-profitability-min-per-loop-insts=40 -mllvm --polly-invariant-load-hoisting=true -mllvm --slp-min-reg-size=64 -mllvm --enable-partial-inlining=true -mllvm --extra-vectorizer-passes=true -mllvm --enable-loop-flatten=true -mllvm --enable-gvn-hoist=true -mllvm --enable-matrix=true -mllvm --enable-constraint-elimination=true -mllvm --reroll-loops=true -mllvm --hot-cold-split=true"

if [ "$1" = "desktop" ]; then
export KCFLAGS="$KCFLAGS -mtune=skylake"
Expand Down

0 comments on commit f4cd16e

Please sign in to comment.