[PATCH] D43951: [RFC] llvm-mca: a static performance analysis tool.

Brian Cain via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 2 06:21:09 PST 2018


bcain accepted this revision.
bcain added a comment.
This revision is now accepted and ready to land.

FYI several of the issues that I found are ones that I discovered when I tried to build the patch with 6.0.rc2.  Also, I didn't get to detail them here but there were warnings regarding virtual methods w/o virtual destructor.  I believe those were on the classes inherited from HWEventListener.


https://reviews.llvm.org/D43951





More information about the llvm-commits mailing list