File tree 3 files changed +4
-4
lines changed
common/templates/runtimes
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -585,7 +585,7 @@ jobs:
585
585
- jitobjectstackallocation
586
586
- jitphysicalpromotion_only
587
587
- jitphysicalpromotion_full
588
- - jitcrossblocklocalassertionprop
588
+ - jitrlcse
589
589
${{ if in(parameters.testGroup, 'jit-cfg') }} :
590
590
scenarios :
591
591
- jitcfg
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ jobs:
242
242
- jitosr_stress_random
243
243
- syntheticpgo
244
244
- syntheticpgo_blend
245
- - jitcrossblocklocalassertionprop
245
+ - jitrlcse
246
246
247
247
- ${{ if eq(parameters.SuperPmiCollect, true) }} :
248
248
- template : /eng/pipelines/libraries/superpmi-postprocess-step.yml
Original file line number Diff line number Diff line change 80
80
RunningIlasmRoundTrip;
81
81
DOTNET_JitSynthesizeCounts;
82
82
DOTNET_JitCheckSynthesizedCounts;
83
- DOTNET_JitEnableCrossBlockLocalAssertionProp
83
+ DOTNET_JitRLCSEGreedy;
84
84
</DOTNETVariables >
85
85
</PropertyGroup >
86
86
<ItemGroup >
223
223
<TestEnvironment Include =" jitobjectstackallocation" JitObjectStackAllocation =" 1" TieredCompilation =" 0" />
224
224
<TestEnvironment Include =" jitphysicalpromotion_only" JitStressModeNames =" STRESS_NO_OLD_PROMOTION" TieredCompilation =" 0" />
225
225
<TestEnvironment Include =" jitphysicalpromotion_full" JitStressModeNames =" STRESS_PHYSICAL_PROMOTION_COST STRESS_NO_OLD_PROMOTION" TieredCompilation =" 0" />
226
- <TestEnvironment Include =" jitcrossblocklocalassertionprop" JitEnableCrossBlockLocalAssertionProp =" 1" TieredCompilation =" 0" />
227
226
<TestEnvironment Include =" jitcfg" JitForceControlFlowGuard =" 1" />
228
227
<TestEnvironment Include =" jitcfg_dispatcher_always" JitForceControlFlowGuard =" 1" JitCFGUseDispatcher =" 1" />
229
228
<TestEnvironment Include =" jitcfg_dispatcher_never" JitForceControlFlowGuard =" 1" JitCFGUseDispatcher =" 0" />
239
238
<TestEnvironment Include =" fullpgo_random_gdv_edge" TieredPGO =" 1" TieredCompilation =" 1" TC_QuickJitForLoops =" 1" ReadyToRun =" 0" JitRandomGuardedDevirtualization =" 1" JitRandomEdgeCounts =" 1" JitRandomlyCollect64BitCounts =" 1" />
240
239
<TestEnvironment Include =" syntheticpgo" TieredCompilation =" 1" TC_QuickJitForLoops =" 1" ReadyToRun =" 0" JitSynthesizeCounts =" 1" JitCheckSynthesizedProfile =" 1" />
241
240
<TestEnvironment Include =" syntheticpgo_blend" TieredPGO =" 1" TieredCompilation =" 1" TC_QuickJitForLoops =" 1" ReadyToRun =" 0" JitSynthesizeCounts =" 3" JitCheckSynthesizedProfile =" 1" />
241
+ <TestEnvironment Include =" jitrlcse" JitRLCSEGreedy =" 1" />
242
242
<TestEnvironment Include =" gcstandalone" Condition =" '$(TargetsWindows)' == 'true'" GCName =" clrgc.dll" />
243
243
<TestEnvironment Include =" gcstandalone" Condition =" '$(TargetsWindows)' != 'true'" GCName =" libclrgc.so" />
244
244
<TestEnvironment Include =" gcstandaloneserver" Condition =" '$(TargetsWindows)' == 'true'" gcServer =" 1" GCName =" clrgc.dll" />
You can’t perform that action at this time.
0 commit comments