This is an archive of the discontinued LLVM Phabricator instance.

[DSE] Add debug counter.
ClosedPublic

Authored by fhahn on Jan 3 2020, 6:12 AM.

Details

Summary

Can be used like -debug-counter=dse-memoryssa-skip=10,dse-memoryssa-counter-count=20

Diff Detail

Event Timeline

fhahn created this revision.Jan 3 2020, 6:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 3 2020, 6:12 AM

Unit tests: unknown.

clang-tidy: unknown.

clang-format: unknown.

Build artifacts: diff.json, console-log.txt

fhahn planned changes to this revision.Jan 17 2020, 9:32 AM

Needs rebase after bottom-up walk changes/

fhahn updated this revision to Diff 245443.Feb 19 2020, 9:34 AM

Rebase after first patch landed, added test case.

This revision is now accepted and ready to land.Feb 20 2020, 5:14 PM
This revision was automatically updated to reflect the committed changes.