This is an archive of the discontinued LLVM Phabricator instance.

[ValueTracking] Replace all uses of ComputeSignBit with computeKnownBits.
ClosedPublic

Authored by craig.topper on May 13 2017, 10:49 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

craig.topper created this revision.May 13 2017, 10:49 PM
RKSimon added inline comments.May 14 2017, 3:41 AM
lib/Transforms/InstCombine/InstCombineInternal.h
496 ↗(On Diff #98908)

Why on earth are we returning a void here?

craig.topper added inline comments.May 14 2017, 7:44 PM
lib/Transforms/InstCombine/InstCombineInternal.h
496 ↗(On Diff #98908)

Fixed in a pre-commit. r303028

davide accepted this revision.May 14 2017, 9:15 PM
This revision is now accepted and ready to land.May 14 2017, 9:15 PM
This revision was automatically updated to reflect the committed changes.