Skip to content

Commit cff95df

Browse files
scottp101igcbot
authored andcommitted
minor cleanup
minor cleanup
1 parent 9fd2f47 commit cff95df

File tree

3 files changed

+0
-17
lines changed

3 files changed

+0
-17
lines changed

IGC/AdaptorCommon/RayTracing/AutoGenRTStackAccessPrivateOS.h

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1800,16 +1800,3 @@ auto* _getSyncStackID_Xe2(const Twine& _ReturnName = "")
18001800
return V_6;
18011801
}
18021802

1803-
auto* _getSyncStackID_Xe2_Experiment(const Twine& _ReturnName = "")
1804-
{
1805-
auto* V_0 = getSr0_0();
1806-
auto* V_1 = get32BitLaneID();
1807-
auto* V_2 = CreateShl(V_0, getInt32(4));
1808-
auto* V_3 = CreateAnd(V_2, getInt32(1792));
1809-
auto* V_4 = CreateShl(V_0, getInt32(5));
1810-
auto* V_5 = CreateAnd(V_4, getInt32(224));
1811-
auto* V_6 = CreateOr(V_5, V_1);
1812-
auto* V_7 = CreateOr(V_6, V_3, _ReturnName);
1813-
return V_7;
1814-
}
1815-

IGC/AdaptorCommon/RayTracing/RTBuilder.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1543,9 +1543,6 @@ Value* RTBuilder::getSyncStackID()
15431543
}
15441544
else if (PlatformInfo.eProductFamily == IGFX_LUNARLAKE)
15451545
{
1546-
if (IGC_IS_FLAG_ENABLED(EnableSupportRaytracingSIMD32))
1547-
return _getSyncStackID_Xe2_Experiment(VALUE_NAME("SyncStackID"));
1548-
15491546
return _getSyncStackID_Xe2(VALUE_NAME("SyncStackID"));
15501547
}
15511548
else

IGC/common/igc_flags.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,6 @@ DECLARE_IGC_GROUP("Raytracing Options")
947947
DECLARE_IGC_REGKEY(bool, EnableFillScheduling, false, "Schedule fills for reduced register pressure", false)
948948
DECLARE_IGC_REGKEY(bool, DisableSWStackOffsetElision, false, "Avoid loading offseting when known at compile-time", false)
949949
DECLARE_IGC_REGKEY_ENUM(RTMemoryStyleOptions, -1, "Select layout of RT memory", RTMEMORY_STYLE_OPTIONS, true)
950-
DECLARE_IGC_REGKEY(bool, EnableSupportRaytracingSIMD32, false, "Allow SIMD32 testing on platforms that don't support it", false)
951950
DECLARE_IGC_REGKEY(DWORD, OverrideTMax, 0, "Force TMax to the given value. When 0, do nothing.", false)
952951

953952
DECLARE_IGC_GROUP("VectorCompiler Options")

0 commit comments

Comments
 (0)