This is an archive of the discontinued LLVM Phabricator instance.

[Attributor] Introduce initialize calls and move code to keep attributes concise
ClosedPublic

Authored by jdoerfert on Aug 14 2019, 2:55 PM.

Details

Summary

This patch should not change the behavior except that the added
initialize methods might indicate an optimistic fixpoint earlier. The
code movement is done to keep the attribute definitions in a single
block where it makes sense. No functional changes intended there.

Diff Detail

Repository
rL LLVM

Event Timeline

jdoerfert created this revision.Aug 14 2019, 2:55 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 14 2019, 2:55 PM
This revision is now accepted and ready to land.Aug 16 2019, 8:45 AM
This revision was automatically updated to reflect the committed changes.