You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: IGC/common/igc_flags.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ SPDX-License-Identifier: MIT
12
12
// releaseMode - The value is responsible for the availability of the flag in the Linux release
13
13
14
14
DECLARE_IGC_GROUP("VISA optimization")
15
-
DECLARE_IGC_REGKEY(DWORD, VISALTO, 0, "vISA LTO optimization flags. check LINKER_TYPE for more details", false)
15
+
DECLARE_IGC_REGKEY(DWORD, VISALTO, 0x3F, "vISA LTO optimization flags. check LINKER_TYPE for more details", false)
16
16
DECLARE_IGC_REGKEY(bool, DisableSendS, false, "Setting this to 1/true adds a compiler switch to not generate sends commands, default is to enable sends ", false)
17
17
DECLARE_IGC_REGKEY(bool, ForcePreserveR0, false, "Setting this to true makes VISA preserve r0 in r0", true)
0 commit comments