File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
eng/pipelines/common/templates/runtimes Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -537,6 +537,7 @@ jobs:
537537 - jitosr_stress
538538 - jitpartialcompilation_pgo
539539 - jitoptrepeat
540+ - jitrpolayout
540541 ${{ else }} :
541542 scenarios :
542543 - jitosr_stress
@@ -549,6 +550,7 @@ jobs:
549550 - jitphysicalpromotion_full
550551 - jitrlcse
551552 - jitoptrepeat
553+ - jitrpolayout
552554 ${{ if in(parameters.testGroup, 'jit-cfg') }} :
553555 scenarios :
554556 - jitcfg
Original file line number Diff line number Diff line change 8484 DOTNET_JitEnableOptRepeat;
8585 DOTNET_JitOptRepeat;
8686 DOTNET_JitOptRepeatCount;
87+ DOTNET_JitDoReversePostOrderLayout;
8788 </DOTNETVariables >
8889 </PropertyGroup >
8990 <ItemGroup >
243244 <TestEnvironment Include =" syntheticpgo_blend" TieredPGO =" 1" TieredCompilation =" 1" TC_QuickJitForLoops =" 1" ReadyToRun =" 0" JitSynthesizeCounts =" 3" JitCheckSynthesizedCounts =" 1" />
244245 <TestEnvironment Include =" jitrlcse" JitRLCSEGreedy =" 1" />
245246 <TestEnvironment Include =" jitoptrepeat" JitEnableOptRepeat =" 1" JitOptRepeat =" *" JitOptRepeatCount =" 2" />
247+ <TestEnvironment Include =" jitrpolayout" JitDoReversePostOrderLayout =" 1" />
246248 <TestEnvironment Include =" gcstandalone" Condition =" '$(TargetsWindows)' == 'true'" GCName =" clrgc.dll" />
247249 <TestEnvironment Include =" gcstandalone" Condition =" '$(TargetsWindows)' != 'true'" GCName =" libclrgc.so" />
248250 <TestEnvironment Include =" gcstandaloneserver" Condition =" '$(TargetsWindows)' == 'true'" gcServer =" 1" GCName =" clrgc.dll" />
You can’t perform that action at this time.
0 commit comments