This is an archive of the discontinued LLVM Phabricator instance.

[opt-viewer] Teach optrecord.py about !Failure tags
ClosedPublic

Authored by paquette on Mar 27 2019, 11:27 AM.

Details

Summary

WarnMissedTransforms.cpp produces remarks that use !Failure tags.

These weren't supported in optrecord.py, so if you encountered one in any of the tools, the tool would crash.

Add them as a type of missed optimization.

Diff Detail

Repository
rL LLVM

Event Timeline

paquette created this revision.Mar 27 2019, 11:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 27 2019, 11:27 AM
anemet accepted this revision.Mar 27 2019, 11:32 AM

LGTM.

This revision is now accepted and ready to land.Mar 27 2019, 11:32 AM
This revision was automatically updated to reflect the committed changes.