Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT: Consume FMA intrinsic operands in right order
The operands of the FMA intrinsic are permuted in a non-standard way during LSRA. Codegen already takes this into account, but the handling was missing when consuming the operands. Ideally we would permute these during lowering instead to avoid these hacks. Fix dotnet#102773
- Loading branch information