This is an archive of the discontinued LLVM Phabricator instance.

[ValueTracking] Add parameters to isImpliedCondition; NFC
ClosedPublic

Authored by sanjoy on Nov 5 2015, 1:26 PM.

Details

Summary

This change makes the isImpliedCondition interface similar to the rest
of the functions in ValueTracking (in that it takes a DataLayout,
AssumptionCache etc.). This is an NFC, intended to make a later diff
less noisy.

Depends on D14369

Diff Detail

Repository
rL LLVM

Event Timeline

sanjoy updated this revision to Diff 39406.Nov 5 2015, 1:26 PM
sanjoy retitled this revision from to [ValueTracking] Add parameters to isImpliedCondition; NFC.
sanjoy updated this object.
sanjoy added a subscriber: llvm-commits.
This revision was automatically updated to reflect the committed changes.