This is an archive of the discontinued LLVM Phabricator instance.

[FunctionAttrs] Annotate "willreturn" for AssumeLikeInst
ClosedPublic

Authored by uenoku on Jul 30 2019, 9:28 AM.

Details

Summary

In D37215, AssumeLikeInstruction are regarded as willreturn. In this patch, annotation is added to those which don't have willreturn now(sideeffect, object_size, experimental_widenable_condition).

Diff Detail

Repository
rL LLVM

Event Timeline

uenoku created this revision.Jul 30 2019, 9:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 30 2019, 9:29 AM
nikic accepted this revision.Jul 30 2019, 10:55 AM

LGTM

This revision is now accepted and ready to land.Jul 30 2019, 10:55 AM

@nikic
Thank you for review!

uenoku retitled this revision from [FunctionAttrs] Annote "willreturn" for AssumeLikeInst to [FunctionAttrs] Annotate "willreturn" for AssumeLikeInst.Jul 30 2019, 11:33 AM
This revision was automatically updated to reflect the committed changes.