JIT: consider running throw helper merge pass earlier #35135
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
enhancement
Product code improvement that does NOT require public API changes/additions
optimization
Milestone
We currently run this after morph, but call morphing can introduce new temps that can introduce diffs between otherwise identical call sequences.
When this phase was introduced I wanted to run it before morph but wasn't able to because we lacked control flow information; now with #1309 we can probably run it pre-morph.
See dotnet/aspnetcore#20885 for one such example.
The text was updated successfully, but these errors were encountered: