LGTM with one small nit. ================ Comment at: test/Transforms/LoopVectorize/AArch64/sdiv-pow2.ll:9 @@ +8,3 @@ + +;CHECK-LABEL: @foo( +;CHECK: load <4 x i32>* ---------------- I'd prefer a space between the semicolon and the CHECK directive. http://reviews.llvm.org/D6181