Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Enabling execution of Perflab perf tests #4100

Merged
merged 1 commit into from
Apr 6, 2016
Merged

Enabling execution of Perflab perf tests #4100

merged 1 commit into from
Apr 6, 2016

Conversation

dsgouda
Copy link

@dsgouda dsgouda commented Apr 6, 2016

Adding project dependencies to perflab so that AssemblyList.txt generated will contain all the dependencies to actually run the tests on the end machine

@lt72 @brianrob

@brianrob
Copy link
Member

brianrob commented Apr 6, 2016

LGTM

@brianrob
Copy link
Member

brianrob commented Apr 6, 2016

Also, @dsgouda, please make sure to squash your commits.

@dsgouda dsgouda merged commit cfdd790 into dotnet:master Apr 6, 2016
wateret added a commit to wateret/coreclr that referenced this pull request Jul 25, 2017
Passing double arg regs via `r0:r1` or `r2:r3`,
each RefPosition's RegMask should have only one exact register
so the candidate register can be fixed.

e.g.)

```
<RefPosition dotnet#4099 @2625 RefTypeUse <Ivl:1237> BB35 regmask=[r0-r1] last>
<RefPosition dotnet#4100 @2625 RefTypeUse <Ivl:1238> BB35 regmask=[r0-r1] last>
```

to be:

```
<RefPosition dotnet#4099 @2625 RefTypeUse <Ivl:1237> BB35 regmask=[r0] last fixed>
<RefPosition dotnet#4100 @2625 RefTypeUse <Ivl:1238> BB35 regmask=[r1] last fixed>
```

Fix #12994
wateret added a commit to wateret/coreclr that referenced this pull request Aug 2, 2017
Passing double arg regs via `r0:r1` or `r2:r3`,
each RefPosition's RegMask should have only one exact register
so the candidate register can be fixed.

e.g.)

```
<RefPosition dotnet#4099 @2625 RefTypeUse <Ivl:1237> BB35 regmask=[r0-r1] last>
<RefPosition dotnet#4100 @2625 RefTypeUse <Ivl:1238> BB35 regmask=[r0-r1] last>
```

to be:

```
<RefPosition dotnet#4099 @2625 RefTypeUse <Ivl:1237> BB35 regmask=[r0] last fixed>
<RefPosition dotnet#4100 @2625 RefTypeUse <Ivl:1238> BB35 regmask=[r1] last fixed>
```

Fix #12994
wateret added a commit to wateret/coreclr that referenced this pull request Aug 7, 2017
Passing double arg regs via `r0:r1` or `r2:r3`,
each RefPosition's RegMask should have only one exact register
so the candidate register can be fixed.

e.g.)

```
<RefPosition dotnet#4099 @2625 RefTypeUse <Ivl:1237> BB35 regmask=[r0-r1] last>
<RefPosition dotnet#4100 @2625 RefTypeUse <Ivl:1238> BB35 regmask=[r0-r1] last>
```

to be:

```
<RefPosition dotnet#4099 @2625 RefTypeUse <Ivl:1237> BB35 regmask=[r0] last fixed>
<RefPosition dotnet#4100 @2625 RefTypeUse <Ivl:1238> BB35 regmask=[r1] last fixed>
```

Fix #12994
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants