ARM64 - GT_MADD - do not emit 'msub' in code-gen #67869
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
At the moment, GT_MADD op can emit 'msub' - since we are adding GT_MSUB, we should remove this behavior and instead make the decision to emit 'msub' by using GT_MSUB in lowering.
The text was updated successfully, but these errors were encountered: