File tree 2 files changed +4
-0
lines changed
eng/pipelines/common/templates/runtimes
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -537,6 +537,7 @@ jobs:
537
537
- jitosr_stress
538
538
- jitpartialcompilation_pgo
539
539
- jitoptrepeat
540
+ - jitrpolayout
540
541
${{ else }} :
541
542
scenarios :
542
543
- jitosr_stress
@@ -549,6 +550,7 @@ jobs:
549
550
- jitphysicalpromotion_full
550
551
- jitrlcse
551
552
- jitoptrepeat
553
+ - jitrpolayout
552
554
${{ if in(parameters.testGroup, 'jit-cfg') }} :
553
555
scenarios :
554
556
- jitcfg
Original file line number Diff line number Diff line change 84
84
DOTNET_JitEnableOptRepeat;
85
85
DOTNET_JitOptRepeat;
86
86
DOTNET_JitOptRepeatCount;
87
+ DOTNET_JitDoReversePostOrderLayout;
87
88
</DOTNETVariables >
88
89
</PropertyGroup >
89
90
<ItemGroup >
243
244
<TestEnvironment Include =" syntheticpgo_blend" TieredPGO =" 1" TieredCompilation =" 1" TC_QuickJitForLoops =" 1" ReadyToRun =" 0" JitSynthesizeCounts =" 3" JitCheckSynthesizedCounts =" 1" />
244
245
<TestEnvironment Include =" jitrlcse" JitRLCSEGreedy =" 1" />
245
246
<TestEnvironment Include =" jitoptrepeat" JitEnableOptRepeat =" 1" JitOptRepeat =" *" JitOptRepeatCount =" 2" />
247
+ <TestEnvironment Include =" jitrpolayout" JitDoReversePostOrderLayout =" 1" />
246
248
<TestEnvironment Include =" gcstandalone" Condition =" '$(TargetsWindows)' == 'true'" GCName =" clrgc.dll" />
247
249
<TestEnvironment Include =" gcstandalone" Condition =" '$(TargetsWindows)' != 'true'" GCName =" libclrgc.so" />
248
250
<TestEnvironment Include =" gcstandaloneserver" Condition =" '$(TargetsWindows)' == 'true'" gcServer =" 1" GCName =" clrgc.dll" />
You can’t perform that action at this time.
0 commit comments