[PATCH] D85254: [llvm-exegesis] Add option to check the hardware support for a given feature before benchmarking.

Ondrej Sykora via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 16 13:13:48 PDT 2020


ondrasej added inline comments.


================
Comment at: llvm/tools/llvm-exegesis/lib/X86/Target.cpp:679
+    // LBR is the only feature we conditionally support now.
+    // So if Lbr is not requested, then we should be able to run the benchmarks.
+    if (LbrSamplingPeriod == 0)
----------------
Nit: LBR


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85254/new/

https://reviews.llvm.org/D85254



More information about the llvm-commits mailing list