X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=test%2FCodeGen%2FX86%2Fexedepsfix-broadcast.ll;h=ab92fe0d1d0c14406ffef2a96a429f06e270d4ef;hb=417a782401d671d2434d8bcedc6b10a5076525cd;hp=f4539c8969c1f33eeae036f31ba094470a5506cf;hpb=fb1293fd4cba5fc4745191b8bdb9c5543d5b9578;p=oota-llvm.git diff --git a/test/CodeGen/X86/exedepsfix-broadcast.ll b/test/CodeGen/X86/exedepsfix-broadcast.ll index f4539c8969c..ab92fe0d1d0 100644 --- a/test/CodeGen/X86/exedepsfix-broadcast.ll +++ b/test/CodeGen/X86/exedepsfix-broadcast.ll @@ -95,7 +95,8 @@ define <4 x double> @ExeDepsFix_broadcastsd256(<4 x double> %arg, <4 x double> % ; CHECK-LABEL: ExeDepsFix_broadcastsd_inreg ; ExeDepsFix works top down, thus it coalesces vpunpcklqdq domain with ; vpand and there is nothing more you can do to match vmaxpd. -; CHECK: vpunpcklqdq +; CHECK: vmovq +; CHECK: vpbroadcastq ; CHECK: vpand ; CHECK: vmaxpd ; CHECK: ret