Re-implement the main strength-reduction portion of LoopStrengthReduction.
[oota-llvm.git] / test / CodeGen / X86 / maskmovdqu.ll
1 ; RUN: llc < %s -march=x86    -mattr=+sse2 | grep -i EDI
2 ; RUN: llc < %s -march=x86-64 -mattr=+sse2 | grep -i RDI
3 ; rdar://6573467
4
5 define void @test(<16 x i8> %a, <16 x i8> %b, i32 %dummy, i8* %c) nounwind {
6 entry:
7         tail call void @llvm.x86.sse2.maskmov.dqu( <16 x i8> %a, <16 x i8> %b, i8* %c )
8         ret void
9 }
10
11 declare void @llvm.x86.sse2.maskmov.dqu(<16 x i8>, <16 x i8>, i8*) nounwind