[PATCH] D46945: [llvm-exegesis] Analysis: detect clustering inconsistencies.
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 16 07:44:45 PDT 2018
courbet created this revision.
courbet added a reviewer: gchatelet.
Herald added a subscriber: tschuett.
Warn on instructions that should have the same performance
characteristics according to the sched model but actually
differ in their benchmarks.
Next step: Make the display nicer to browse, I was thinking maybe html.
Repository:
rL LLVM
https://reviews.llvm.org/D46945
Files:
tools/llvm-exegesis/lib/Analysis.cpp
tools/llvm-exegesis/lib/Analysis.h
tools/llvm-exegesis/llvm-exegesis.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46945.147089.patch
Type: text/x-patch
Size: 8021 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180516/f0eaff26/attachment.bin>
More information about the llvm-commits
mailing list