This is an archive of the discontinued LLVM Phabricator instance.

[FuncAttrs] Don't infer willreturn for nonexact definitions
ClosedPublic

Authored by sstefan1 on Apr 21 2021, 12:06 PM.

Details

Summary

Fix for PR50047

Discovered during attributor testing comparing stats with
and without the attributor. Willreturn should not be inferred
for nonexact definitions.

Diff Detail

Event Timeline

sstefan1 created this revision.Apr 21 2021, 12:06 PM
sstefan1 requested review of this revision.Apr 21 2021, 12:06 PM
Herald added a project: Restricted Project. · View Herald Transcript
sstefan1 edited the summary of this revision. (Show Details)Apr 21 2021, 12:08 PM
This revision is now accepted and ready to land.Apr 21 2021, 12:24 PM
This revision was landed with ongoing or failed builds.Apr 21 2021, 12:27 PM
This revision was automatically updated to reflect the committed changes.