This repo is for experimentation and exploring new ideas that may or may not make it into the main dotnet/runtime repo.
1.42k
stars
199
forks
source link
[NativeAOT-LLVM] Simpler and more precise init semantics for locals #2332
Closed
SingleAccretion closed 1 year ago
This cleans up the optimized LLVM IR output considerably as we no longer produce many unused "freeze undef"s.
A couple diffs from reducing redundant initializations: