This is an archive of the discontinued LLVM Phabricator instance.

[Attributor][NFC] Do not manifest noundef for positions to be changed to undef
ClosedPublic

Authored by okura on Aug 29 2020, 2:48 AM.

Details

Summary

This patch fixes AANoUndef manifestation.
We should not manifest noundef for positions that will be changed to undef.

Diff Detail

Event Timeline

okura created this revision.Aug 29 2020, 2:48 AM
Herald added a reviewer: homerdin. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
okura requested review of this revision.Aug 29 2020, 2:48 AM
jdoerfert accepted this revision.Aug 29 2020, 10:17 AM

LGTM Thx

This revision is now accepted and ready to land.Aug 29 2020, 10:17 AM

I think this is fine even though the reason it was created might not need it after all.