This is an archive of the discontinued LLVM Phabricator instance.

[ValueTracking] Fix incorrect handling of canCreateUndefOrPoison
ClosedPublic

Authored by aqjune on Jul 21 2020, 10:40 AM.

Details

Summary

.. in isGuaranteedNotToBeUndefOrPoison.

This caused early exit of isGuaranteedNotToBeUndefOrPoison, making it return
imprecise result.

Diff Detail

Event Timeline

aqjune created this revision.Jul 21 2020, 10:40 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 21 2020, 10:40 AM
nikic accepted this revision.Jul 21 2020, 11:24 AM

LGTM

This revision is now accepted and ready to land.Jul 21 2020, 11:24 AM
This revision was automatically updated to reflect the committed changes.