[PATCH] D53030: [MicroBenchmark] Add initial LoopInterchange test/benchmark.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 9 10:35:53 PDT 2018


fhahn created this revision.
fhahn added reviewers: Meinersbur, homerdin, proton0001.
Herald added a subscriber: mgorny.

This patch adds a first test case specifically for LoopInterchange. I am
not sure if MicroBenchmarks is the best place for this, but it seems
like a good way to benchmark/tests a set of loops targeted at loop
interchange.


Repository:
  rT test-suite

https://reviews.llvm.org/D53030

Files:
  MicroBenchmarks/CMakeLists.txt
  MicroBenchmarks/LoopInterchange/CMakeLists.txt
  MicroBenchmarks/LoopInterchange/LoopInterchange.reference_output
  MicroBenchmarks/LoopInterchange/main.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53030.168830.patch
Type: text/x-patch
Size: 2637 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181009/20ac6aa5/attachment.bin>


More information about the llvm-commits mailing list