diff options
author | Carol Eidt <carol.eidt@microsoft.com> | 2016-10-04 13:29:08 -0700 |
---|---|---|
committer | Carol Eidt <carol.eidt@microsoft.com> | 2016-10-05 14:18:33 -0700 |
commit | 79b5840ce23b28f56e232f3c8a025c5113ba77f9 (patch) | |
tree | 547cd00a93cfe5068766bcb3dadec273d88e619b /tests | |
parent | 46931d3c387f5599b7e3199c2fcd25f117e6a303 (diff) | |
download | coreclr-79b5840ce23b28f56e232f3c8a025c5113ba77f9.tar.gz coreclr-79b5840ce23b28f56e232f3c8a025c5113ba77f9.tar.bz2 coreclr-79b5840ce23b28f56e232f3c8a025c5113ba77f9.zip |
Support double-aligned frames for RyuJIT/x86
This factors out the analysis for when to use a double-aligned frame from the legacy backend.
Doing so exposed an assert for a case where we turn an intrinsic into a call in the Rationalizer, but don't update the frame requirements.
There may be some remaining tuning opportunities, given that the (pre-existing) algorithm doesn't attempt to create a double-aligned frame if we need an EBP-based frame for other reasons.
Fix #7008
Diffstat (limited to 'tests')
-rw-r--r-- | tests/issues.targets | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/issues.targets b/tests/issues.targets index ce7976164d..957157c7ff 100644 --- a/tests/issues.targets +++ b/tests/issues.targets @@ -245,9 +245,6 @@ <ExcludeList Include="$(XunitTestBinBase)\GC\Scenarios\DoublinkList\dlstack\*"> <Issue>6553</Issue> </ExcludeList> - <ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\CLR-x86-JIT\V1.2-Beta1\b103058\b103058\b103058.cmd"> - <Issue>7008</Issue> - </ExcludeList> </ItemGroup> <!-- Tests that need to be triaged for vararg usage as that is not supported --> |