Skip to content

Commit

Permalink
GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlex94 committed Jul 25, 2023
1 parent cd70fb8 commit 5911770
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .mozconfig-aarch64-apple-darwin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
# Targetting ARM64 builds. Expected to be run on Linux.

POLLY="-mllvm -polly -mllvm -polly-position=before-vectorizer -mllvm -polly-process-unprofitable -mllvm -polly-vectorizer=stripmine -mllvm -polly-parallel -mllvm -polly-omp-backend=LLVM -mllvm -polly-scheduling=static"
POLLY="-mllvm -extra-vectorizer-passes -mllvm -enable-cond-stores-vec -mllvm -slp-vectorize-hor-store -mllvm -enable-loopinterchange -mllvm -enable-loop-distribute -mllvm -enable-unroll-and-jam -mllvm -enable-loop-flatten -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"
TOOLS=$HOME/macos-cross
export CC="$HOME"/macos-cross/clang/bin/clang
export CXX="$HOME"/macos-cross/clang/bin/clang++
Expand Down
2 changes: 1 addition & 1 deletion .mozconfig-x86_64-apple-darwin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
# Targetting X64 builds. Expected to be run on Linux.

POLLY="-mllvm -polly -mllvm -polly-position=before-vectorizer -mllvm -polly-process-unprofitable -mllvm -polly-vectorizer=stripmine -mllvm -polly-parallel -mllvm -polly-omp-backend=LLVM -mllvm -polly-scheduling=static"
POLLY="-mllvm -extra-vectorizer-passes -mllvm -enable-cond-stores-vec -mllvm -slp-vectorize-hor-store -mllvm -enable-loopinterchange -mllvm -enable-loop-distribute -mllvm -enable-unroll-and-jam -mllvm -enable-loop-flatten -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"
TOOLS=$HOME/macos-cross
export CC="$HOME"/macos-cross/clang/bin/clang
export CXX="$HOME"/macos-cross/clang/bin/clang++
Expand Down
2 changes: 1 addition & 1 deletion .mozconfig-x86_64-pc-windows-msvc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
export CROSS_BUILD=1
POLLY="-mllvm -polly -mllvm -polly-position=before-vectorizer -mllvm -polly-process-unprofitable -mllvm -polly-vectorizer=stripmine -mllvm -polly-parallel -mllvm -polly-omp-backend=LLVM -mllvm -polly-scheduling=static"
POLLY="-mllvm -extra-vectorizer-passes -mllvm -enable-cond-stores-vec -mllvm -slp-vectorize-hor-store -mllvm -enable-loopinterchange -mllvm -enable-loop-distribute -mllvm -enable-unroll-and-jam -mllvm -enable-loop-flatten -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"
TOOLS=$HOME/win-cross
WINSYSROOT="$HOME/win-root"

Expand Down

0 comments on commit 5911770

Please sign in to comment.