Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
jit format
  • Loading branch information
kunalspathak committed Jun 10, 2022
commit 523bdcd5aba57f031e41814be186bb8faf6589e5
2 changes: 1 addition & 1 deletion src/coreclr/jit/gentree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4520,7 +4520,7 @@ unsigned Compiler::gtSetEvalOrder(GenTree* tree)
// We generate `xorp* tgtReg, tgtReg` which is 3-5 bytes
// but which can be elided by the instruction decoder.

costEx = 1; //2;
costEx = 1; // 2;
costSz = 2;
}
else
Expand Down