Skip to content

Comments

Add a test that fails on arm64.#37247

Closed
sandreenko wants to merge 3 commits intodotnet:masterfrom
sandreenko:addFailingTestArm64
Closed

Add a test that fails on arm64.#37247
sandreenko wants to merge 3 commits intodotnet:masterfrom
sandreenko:addFailingTestArm64

Conversation

@sandreenko
Copy link
Contributor

No description provided.

@sandreenko sandreenko added bug arch-arm64 area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI labels Jun 1, 2020
[MethodImpl(MethodImplOptions.NoInlining)]
static Vector<T> ReturnVectorTWithMerge<T>(int v, T init1, T init2, T init3, T init4) where T : struct
{
if (v == 0)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these return have SIMD16 type, but when we create merge return LCL_VAR it gets STRUCT type, so when we assign SIMD16 to STRUCT we are getting an assert.

@sandreenko sandreenko closed this Jun 4, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

arch-arm64 area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant