[PATCH] D140734: [exegesis] Analysis: filtering for benchmark results

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 4 09:18:19 PST 2023


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

Nice, thanks.



================
Comment at: llvm/tools/llvm-exegesis/llvm-exegesis.cpp:526
+      continue;
+    Point.Error = "ignored";
+  }
----------------
[nit] "filtered out by user" or "filtered out" to be consistent with naming above and clearer about why the point was ignored ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140734



More information about the llvm-commits mailing list