Skip to content

Commit f578d20

Browse files
amanasifkhalidmichaelgsharp
authored andcommitted
JIT: Test RPO-based block layout in runtime-jit-experimental (dotnet#101851)
1 parent c403a06 commit f578d20

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

eng/pipelines/common/templates/runtimes/run-test-job.yml

+2
Original file line numberDiff line numberDiff 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

src/tests/Common/testenvironment.proj

+2
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
DOTNET_JitEnableOptRepeat;
8585
DOTNET_JitOptRepeat;
8686
DOTNET_JitOptRepeatCount;
87+
DOTNET_JitDoReversePostOrderLayout;
8788
</DOTNETVariables>
8889
</PropertyGroup>
8990
<ItemGroup>
@@ -243,6 +244,7 @@
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"/>

0 commit comments

Comments
 (0)