[libc-commits] [PATCH] D72516: [llvm-libc] Add memory function benchmarks

Chris Kennelly via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jan 22 14:31:38 PST 2020


ckennelly requested changes to this revision.
ckennelly added inline comments.
This revision now requires changes to proceed.


================
Comment at: libc/utils/benchmarks/Memcmp.cpp:64
+    FunctionPrototype Function =
+        StringSwitch<FunctionPrototype>(FunctionName).Case("memcmp", &::memcmp);
+    return llvm::libc_benchmarks::benchmark(
----------------
Should we setup an analogous benchmark for `bcmp`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72516





More information about the libc-commits mailing list