Skip to content

Commit fa1e873

Browse files
igcbotiwwu
andauthored
Remove UseVMaskPredicate (#15816)
UseVMaskPredicate is not used Co-authored-by: Wu, Irene W <[email protected]>
1 parent 9f6e47c commit fa1e873

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

IGC/common/igc_flags.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,6 @@ DECLARE_IGC_REGKEY(bool, UseMTInLLD, false, "Use multi-thread
411411
DECLARE_IGC_REGKEY(bool, NoCatchAllDebugLine, false, "Don't emit special placeholder instruction to map VISA orphan instructions", false)
412412
DECLARE_IGC_REGKEY(bool, EnableTestSplitI64, false, "Test legalization that split i64 store unnecessarily, to be deleted once test is done[temp]", true)
413413
DECLARE_IGC_REGKEY(bool, ShaderDumpTranslationOnly, false, "Dump LLVM IR right after translation from SPIRV to stderr and ignore all passes", false)
414-
DECLARE_IGC_REGKEY(bool, UseVMaskPredicate, false, "Use VMask as predicate for subspan usage", false)
415414
DECLARE_IGC_REGKEY(bool, StackOverflowDetection, false, "Inserts checks for stack overflow when stack calls are used.", true)
416415

417416
DECLARE_IGC_GROUP("IGC Features")

0 commit comments

Comments
 (0)