[PATCH] D22829: [Test-suite] Halide bitcode tests for AArch64.
Alina Sbirlea via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 26 12:47:15 PDT 2016
asbirlea added inline comments.
================
Comment at: Bitcode/simd_ops/simd_ops.cpp:11
@@ +10,3 @@
+#define FACTOR 5
+#elif defined(__arm__)
+#define FACTOR 4
----------------
rengolin wrote:
> You don't seem to be using this... at least not in this patch.
Agreed, I'll remove it until the next patch with the arm tests.
https://reviews.llvm.org/D22829
More information about the llvm-commits
mailing list