[PATCH] D60851: Insert IACA markers
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 18 10:34:20 PDT 2019
lebedev.ri added a comment.
Please add description to differential.
What is the goal? What is this solving?
================
Comment at: llvm/tools/llvm-exegesis/lib/BenchmarkRunner.cpp:10
#include <array>
+#include <iostream>
#include <string>
----------------
Use `"llvm/Support/raw_ostream.h"`
================
Comment at: llvm/tools/llvm-exegesis/lib/BenchmarkRunner.cpp:17
#include "MCInstrDescView.h"
+#include "MCTargetDesc/X86MCTargetDesc.h"
#include "PerfHelper.h"
----------------
This can't go here, it needs to go into x86-specific file
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60851/new/
https://reviews.llvm.org/D60851
More information about the llvm-commits
mailing list