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.42k stars 199 forks source link

[NativeAOT-LLVM] Always use `memset` in `buildStoreLocalField` #2373

Closed SingleAccretion closed 1 year ago

SingleAccretion commented 1 year ago

It turns out there is no benefit to complicating the code with null value stores.

No diffs in optimized code.

SingleAccretion commented 1 year ago

@dotnet/nativeaot-llvm