Skip to content

Commit

Permalink
JIT: Test RPO-based block layout in runtime-jit-experimental (dotnet#…
Browse files Browse the repository at this point in the history
  • Loading branch information
amanasifkhalid authored and Ruihan-Yin committed May 30, 2024
1 parent d54e311 commit 4da5551
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eng/pipelines/common/templates/runtimes/run-test-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@ jobs:
- jitosr_stress
- jitpartialcompilation_pgo
- jitoptrepeat
- jitrpolayout
${{ else }}:
scenarios:
- jitosr_stress
Expand All @@ -549,6 +550,7 @@ jobs:
- jitphysicalpromotion_full
- jitrlcse
- jitoptrepeat
- jitrpolayout
${{ if in(parameters.testGroup, 'jit-cfg') }}:
scenarios:
- jitcfg
Expand Down
2 changes: 2 additions & 0 deletions src/tests/Common/testenvironment.proj
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
DOTNET_JitEnableOptRepeat;
DOTNET_JitOptRepeat;
DOTNET_JitOptRepeatCount;
DOTNET_JitDoReversePostOrderLayout;
</DOTNETVariables>
</PropertyGroup>
<ItemGroup>
Expand Down Expand Up @@ -243,6 +244,7 @@
<TestEnvironment Include="syntheticpgo_blend" TieredPGO="1" TieredCompilation="1" TC_QuickJitForLoops="1" ReadyToRun="0" JitSynthesizeCounts="3" JitCheckSynthesizedCounts="1" />
<TestEnvironment Include="jitrlcse" JitRLCSEGreedy="1" />
<TestEnvironment Include="jitoptrepeat" JitEnableOptRepeat="1" JitOptRepeat="*" JitOptRepeatCount="2"/>
<TestEnvironment Include="jitrpolayout" JitDoReversePostOrderLayout="1"/>
<TestEnvironment Include="gcstandalone" Condition="'$(TargetsWindows)' == 'true'" GCName="clrgc.dll"/>
<TestEnvironment Include="gcstandalone" Condition="'$(TargetsWindows)' != 'true'" GCName="libclrgc.so"/>
<TestEnvironment Include="gcstandaloneserver" Condition="'$(TargetsWindows)' == 'true'" gcServer="1" GCName="clrgc.dll"/>
Expand Down

0 comments on commit 4da5551

Please sign in to comment.