This is an archive of the discontinued LLVM Phabricator instance.

Add a propagateKnownNonPoison helper
AbandonedPublic

Authored by sanjoy on Feb 27 2017, 10:53 PM.

Details

Summary

NFC right now since the only user is the unit test.

Diff Detail

Event Timeline

sanjoy created this revision.Feb 27 2017, 10:53 PM
reames requested changes to this revision.Jun 5 2017, 12:32 PM
reames added a subscriber: reames.
reames added inline comments.
include/llvm/Analysis/ValueTracking.h
422

Ok, this interface is vague. Which set of values? And why might we wan this?

This revision now requires changes to proceed.Jun 5 2017, 12:32 PM
sanjoy added inline comments.Jun 17 2017, 3:17 PM
include/llvm/Analysis/ValueTracking.h
422

And why might we wan this?

As you've noted later, this is used in D30446

Which set of values?

Not sure how I can make it clearer in the documentation.

sanjoy abandoned this revision.Jan 29 2022, 5:37 PM