dotnet / runtimelab

This repo is for experimentation and exploring new ideas that may or may not make it into the main dotnet/runtime repo.
MIT License
1.36k stars 188 forks source link

[NativeAOT-LLVM] Normalize struct local field stores #2556

Closed SingleAccretion closed 2 months ago

SingleAccretion commented 2 months ago

We need the operand and consumer types to match here, much like in all the other places that produce or consume struct types.

Fixes #2555. Although I am yet to verify there are no other problems.

SingleAccretion commented 2 months ago

@dotnet/nativeaot-llvm