This is an archive of the discontinued LLVM Phabricator instance.

[Attributor] Use the delete API for liveness
ClosedPublic

Authored by jdoerfert on Aug 27 2019, 3:02 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

jdoerfert created this revision.Aug 27 2019, 3:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 27 2019, 3:02 PM
uenoku added inline comments.Aug 29 2019, 8:15 AM
llvm/lib/Transforms/IPO/Attributor.cpp
3573 ↗(On Diff #217505)

This may be off topic, but I think this is invalid, isn't it?

jdoerfert marked an inline comment as done.Aug 29 2019, 1:37 PM
jdoerfert added inline comments.
llvm/lib/Transforms/IPO/Attributor.cpp
3573 ↗(On Diff #217505)

Probably true. I'll get rid of it in a separate commit. (We do not preserve anything for now but are placed such that it doesn't matter (for now)).

uenoku accepted this revision.Sep 2 2019, 3:35 AM

LGTM

This revision is now accepted and ready to land.Sep 2 2019, 3:35 AM
This revision was automatically updated to reflect the committed changes.