[PATCH] D121008: [MicroBenchmarks] Add benchmarks for vector memory check generation.

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 24 08:17:26 PDT 2022


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

Sorry for the delay.

I doesn't seem to be important that `TC` is a compile-time constant, so I would have uses BENCHMARK(..)->Arg <https://github.com/google/benchmark/blob/main/docs/user_guide.md#passing-arguments> instead of BENCHMARK_TEMPLATE. It's also not important.

LGTM


Repository:
  rT test-suite

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

https://reviews.llvm.org/D121008



More information about the llvm-commits mailing list