Skip to content

Commit 23e2436

Browse files
committed
readding flags Quarx2k#3
Change-Id: I6f8adbbb2acfd49d38e123ff9ccfc564223e61de
1 parent a60b0a7 commit 23e2436

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Makefile

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,17 @@ KBUILD_CFLAGS += -Ofast -marm \
614614
-frerun-cse-after-loop \
615615
-fpeel-loops \
616616
-fbtr-bb-exclusive \
617-
-fcx-fortran-rules
617+
-fcx-fortran-rules \
618+
--param max-reload-search-insns=300 \
619+
--param max-cselib-memory-locations=1500 \
620+
--param max-sched-ready-insns=300 \
621+
--param loop-invariant-max-bbs-in-loop=30000 \
622+
--param inline-unit-growth=90 \
623+
--param ipcp-unit-growth=30 \
624+
--param large-stack-frame-growth=3000 \
625+
--param gcse-cost-distance-ratio=30 \
626+
--param gcse-unrestricted-cost=0 \
627+
--param max-hoist-depth=0
618628

619629
endif
620630

0 commit comments

Comments
 (0)