This is an archive of the discontinued LLVM Phabricator instance.

[Attributor] Do not update or manifest dead attributes
ClosedPublic

Authored by jdoerfert on Aug 12 2019, 3:37 PM.

Details

Summary

If the associated context instruction is assumed dead we do not need to
update or manifest the state.

Diff Detail

Repository
rL LLVM

Event Timeline

jdoerfert created this revision.Aug 12 2019, 3:37 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 12 2019, 3:37 PM
This revision is now accepted and ready to land.Aug 12 2019, 10:22 PM
This revision was automatically updated to reflect the committed changes.