Skip to content

Commit

Permalink
Clarifying a comment in genFMAIntrinsic (#62439)
Browse files Browse the repository at this point in the history
  • Loading branch information
tannergooding authored Dec 6, 2021
1 parent e968da2 commit 705ffd3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/coreclr/jit/hwintrinsiccodegenxarch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2114,8 +2114,9 @@ void CodeGen::genFMAIntrinsic(GenTreeHWIntrinsic* node)
}
else
{
// containedOpNum == 0
// no extra work when resultOpNum is 0 or 1
// When we don't have a contained operand we still want to
// preference based on the target register if possible.

if (targetReg == op2NodeReg)
{
ins = _213form;
Expand Down

0 comments on commit 705ffd3

Please sign in to comment.