This is an archive of the discontinued LLVM Phabricator instance.

IR: Remove Value::intersectOptionalDataWith, replace all calls with calls to Instruction::andIRFlags. NFCI.
ClosedPublic

Authored by pcc on Jul 26 2016, 12:53 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

pcc updated this revision to Diff 65577.Jul 26 2016, 12:53 PM
pcc retitled this revision from to IR: Remove Value::intersectOptionalDataWith, replace all calls with calls to Instruction::andIRFlags. NFCI..
pcc updated this object.
pcc added a reviewer: majnemer.
pcc added a subscriber: llvm-commits.
majnemer accepted this revision.Sep 7 2016, 11:20 AM
majnemer edited edge metadata.

LGTM

This revision is now accepted and ready to land.Sep 7 2016, 11:20 AM
This revision was automatically updated to reflect the committed changes.