Open weilinwa opened 2 years ago
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.
Tagging subscribers to this area: @JulieLeeMSFT See info in area-owners.md if you want to be subscribed.
Author: | weilinwa |
---|---|
Assignees: | - |
Labels: | `area-CodeGen-coreclr`, `untriaged` |
Milestone: | - |
CC @kunalspathak @dotnet/jit-contrib.
Moved to .NET 8 becaue .NET 7 code complete is getting close.
In current xarch FMA code generation, last use information of operands are used to guide the form selection. There are spaces left to improve the usage of this info. Please refer to the comment here.
Another issue to solve is the last use info change in between lowering phase and lsra phase cause some assert failure in lsra phase here.
category:cq theme:codegen skill-level:expert cost:medium impact:medium