This is an archive of the discontinued LLVM Phabricator instance.

[X86] Add X86ISD::CMOV to computeKnownBitsForTargetNode and ComputeNumSignBitsForTargetNode.
ClosedPublic

Authored by craig.topper on Oct 6 2017, 10:08 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

craig.topper created this revision.Oct 6 2017, 10:08 PM
RKSimon accepted this revision.Oct 7 2017, 5:17 AM

LGTM - one minor

lib/Target/X86/X86ISelLowering.cpp
27195 ↗(On Diff #118128)
if (Known.isUnknown())
This revision is now accepted and ready to land.Oct 7 2017, 5:17 AM
This revision was automatically updated to reflect the committed changes.