Skip to content
Closed
Changes from all commits
Commits
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
7 changes: 0 additions & 7 deletions src/coreclr/jit/lsraxarch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -967,13 +967,6 @@ int LinearScan::BuildSelect(GenTreeOp* select)
srcCount++;
Comment thread
tannergooding marked this conversation as resolved.
}

if ((tgtPrefUse != nullptr) && (tgtPrefUse2 != nullptr))
{
// CQ analysis shows that it's best to always prefer only the 'true'
// val here.
tgtPrefUse2 = nullptr;
}

// Codegen will emit something like:
//
// mov dstReg, falseVal
Expand Down
Loading