Skip to content

Commit 7e54b7b

Browse files
authored
Revert "[MicroBenchmark,LoopInterleaving] Check performance impact of Loop Interleaving Count with varying loop iterations (#26)" (#54)
This reverts commit eda2d6c.
1 parent eda2d6c commit 7e54b7b

File tree

2 files changed

+0
-412
lines changed

2 files changed

+0
-412
lines changed

MicroBenchmarks/LoopVectorization/CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,3 @@ llvm_test_executable(LoopVectorizationBenchmarks
1717
)
1818

1919
target_link_libraries(LoopVectorizationBenchmarks benchmark)
20-
21-
llvm_test_run()
22-
23-
llvm_test_executable(LoopInterleavingBenchmarks
24-
main.cpp
25-
LoopInterleaving.cpp
26-
)
27-
28-
target_link_libraries(LoopInterleavingBenchmarks benchmark)

0 commit comments

Comments
 (0)