[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / CodeGen / X86 / inline-asm-avx512f-x-constraint.ll
blob47bbff877c567b6d753a5204b03a30ff5b2dcd55
1 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=avx512f -stop-after=finalize-isel | FileCheck %s
3 ; CHECK: %[[REG1:.*]]:vr512_0_15 = COPY %1
4 ; CHECK: %[[REG2:.*]]:vr512_0_15 = COPY %2
5 ; CHECK: INLINEASM &"vpaddq\09$3, $2, $0 {$1}", 0, {{.*}}, def %{{.*}}, {{.*}}, %{{.*}}, {{.*}}, %[[REG1]], {{.*}}, %[[REG2]], 12, implicit-def early-clobber $df, 12, implicit-def early-clobber $fpsw, 12, implicit-def early-clobber $eflags
7 define <8 x i64> @mask_Yk_i8(i8 signext %msk, <8 x i64> %x, <8 x i64> %y) {
8 entry:
9   %0 = tail call <8 x i64> asm "vpaddq\09$3, $2, $0 {$1}", "=x,^Yk,x,x,~{dirflag},~{fpsr},~{flags}"(i8 %msk, <8 x i64> %x, <8 x i64> %y)
10   ret <8 x i64> %0