[PATCH] D48164: [llvm-exegesis] Print the whole snippet in analysis.
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 14 05:55:16 PDT 2018
courbet created this revision.
courbet added a reviewer: gchatelet.
Herald added subscribers: tschuett, mgorny.
On hover, the whole asm snippet is displayed, including operands.
This requires the actual assembly output instead of just the MCInsts:
This is because some pseudo-instructions get lowered to actual target
instructions during codegen (e.g. ABS_Fp32 -> SSE or X87).
Repository:
rL LLVM
https://reviews.llvm.org/D48164
Files:
tools/llvm-exegesis/lib/Analysis.cpp
tools/llvm-exegesis/lib/Analysis.h
tools/llvm-exegesis/lib/BenchmarkResult.cpp
tools/llvm-exegesis/lib/BenchmarkResult.h
tools/llvm-exegesis/lib/BenchmarkRunner.cpp
tools/llvm-exegesis/lib/BenchmarkRunner.h
tools/llvm-exegesis/lib/CMakeLists.txt
tools/llvm-exegesis/lib/LLVMBuild.txt
tools/llvm-exegesis/llvm-exegesis.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48164.151333.patch
Type: text/x-patch
Size: 13569 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180614/5b04be59/attachment-0001.bin>
More information about the llvm-commits
mailing list