Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 5fc3537

Browse files
committed
Remove some redundant code from TreeNodeInfoInit
1 parent 025ba02 commit 5fc3537

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/jit/lsraxarch.cpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -322,16 +322,6 @@ void LinearScan::TreeNodeInfoInit(GenTree* tree, TreeNodeInfo* info)
322322
#endif
323323
case GT_ADD:
324324
case GT_SUB:
325-
// SSE2 arithmetic instructions doesn't support the form "op mem, xmm".
326-
// Rather they only support "op xmm, mem/xmm" form.
327-
if (varTypeIsFloating(tree->TypeGet()))
328-
{
329-
info->srcCount = appendBinaryLocationInfoToList(tree->AsOp());
330-
break;
331-
}
332-
333-
__fallthrough;
334-
335325
case GT_AND:
336326
case GT_OR:
337327
case GT_XOR:

0 commit comments

Comments
 (0)