[PATCH] D53030: [MicroBenchmark] Add initial LoopInterchange test/benchmark.
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 16 16:16:07 PDT 2018
MatzeB added a comment.
Did you make sure this typically finished in 0.5-1s of time?
================
Comment at: MicroBenchmarks/LoopInterchange/main.cpp:64
+
+BENCHMARK(BENCHMARK_LI1)
+ ->RangeMultiplier(2)
----------------
Does this need to be enclosed in `#ifdef BENCHMARK_LIB` as well? Or alternatively could you just drop all the `#ifdefs` to simplify the code?
Repository:
rT test-suite
https://reviews.llvm.org/D53030
More information about the llvm-commits
mailing list