This is an archive of the discontinued LLVM Phabricator instance.

[Attributor] FIX: Treat new attributes as changed ones
ClosedPublic

Authored by jdoerfert on Aug 21 2019, 1:24 PM.

Details

Summary

When we have new attributes and we end the fixpoint iteration because
the iteration limit is reached, we need to treat the new ones as if they
changed in the last iteration, as they might have.

This adds a test for which we should not derive anything regardless of
the iteration limit, e.g., if we abort there should not be any
attributes manifested in the IR.

Diff Detail

Repository
rL LLVM

Event Timeline

jdoerfert created this revision.Aug 21 2019, 1:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 21 2019, 1:24 PM
This revision is now accepted and ready to land.Aug 21 2019, 2:03 PM
This revision was automatically updated to reflect the committed changes.