[PATCH] D22701: [test-suite] Bitcode simd tests: align memory to 128.
Alina Sbirlea via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 27 14:30:22 PDT 2016
asbirlea added inline comments.
================
Comment at: Bitcode/simd_ops/simd_ops.cpp:6
@@ +5,3 @@
+#include <malloc.h>
+#endif
+
----------------
Moved the comment from below here and created a function instead of the macro.
There are just two cases, since I can unify OSX and Linux with the posix method.
https://reviews.llvm.org/D22701
More information about the llvm-commits
mailing list