Open jakobbotsch opened 1 year ago
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch See info in area-owners.md if you want to be subscribed.
Author: | jakobbotsch |
---|---|
Assignees: | - |
Labels: | `area-CodeGen-coreclr` |
Milestone: | - |
@BruceForstall, can you check what should be done from the backend team?
A lot of the HW intrinsic lowering code seems to make assumptions about the definition order of operands, which is illegal in LIR. #92766 is one such case that #93210 is fixing. We should audit the rest of the HW intrinsic lowering code and fix the remaining cases that make this assumption.