rengolin added inline comments. ================ Comment at: Bitcode/simd_ops/simd_ops.cpp:11 @@ +10,3 @@ +#define FACTOR 5 +#elif defined(__arm__) +#define FACTOR 4 ---------------- You don't seem to be using this... at least not in this patch. https://reviews.llvm.org/D22829