This is an archive of the discontinued LLVM Phabricator instance.

ValueTracking: Teach canCreateUndefOrPoison about more intrinsics
ClosedPublic

Authored by arsenm on Dec 5 2022, 5:21 AM.

Details

Summary

I tried to test the fallthrough to noundef callsite return attribute
case, but it seems that folds out as-is.

Diff Detail

Event Timeline

arsenm created this revision.Dec 5 2022, 5:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 5 2022, 5:21 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
arsenm requested review of this revision.Dec 5 2022, 5:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 5 2022, 5:21 AM
Herald added a subscriber: wdng. · View Herald Transcript
nlopes accepted this revision.Dec 5 2022, 6:02 AM

LGTM

This revision is now accepted and ready to land.Dec 5 2022, 6:02 AM