[Demangle] Add a few more options to the microsoft demangler
[llvm-complete.git] / test / CodeGen / X86 / maskmovdqu.ll
blob2f13c535e50d80b86e48465a04df5d5d24eca855
1 ; RUN: llc < %s -mtriple=i686--    -mattr=+sse2,-avx | grep -i edi
2 ; RUN: llc < %s -mtriple=x86_64-- -mattr=+sse2,-avx | grep -i rdi
3 ; RUN: llc < %s -mtriple=i686--    -mattr=+avx | grep -i edi
4 ; RUN: llc < %s -mtriple=x86_64-- -mattr=+avx | grep -i rdi
5 ; rdar://6573467
7 define void @test(<16 x i8> %a, <16 x i8> %b, i32 %dummy, i8* %c) nounwind {
8 entry:
9         tail call void @llvm.x86.sse2.maskmov.dqu( <16 x i8> %a, <16 x i8> %b, i8* %c )
10         ret void
13 declare void @llvm.x86.sse2.maskmov.dqu(<16 x i8>, <16 x i8>, i8*) nounwind