This is an archive of the discontinued LLVM Phabricator instance.

[llvm-exegesis][NFCI] Counter::Counter(): more useful msg on even open error
ClosedPublic

Authored by lebedev.ri on May 30 2018, 11:58 PM.

Details

Summary

I'm slowly looking into a new X86 scheduler model,
for AMD Bulldozer CPU, model 2 (bdver2, Piledriver).

And naturally, i have hit that assert :)
I happened to know what it meant, and how to fix it,
but that is not too common knowledge.

Diff Detail

Repository
rL LLVM

Event Timeline

lebedev.ri created this revision.May 30 2018, 11:58 PM
courbet accepted this revision.May 31 2018, 12:05 AM

Thanks !

This revision is now accepted and ready to land.May 31 2018, 12:05 AM

Thanks !

Thank you for the speedy review!

This revision was automatically updated to reflect the committed changes.