X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FX86%2F2011-10-11-srl.ll;h=ff58afca041795f20ee6e935f113c9c618b09725;hb=94d0a9154e9ec3df3398f11649c024ef8378b9c8;hp=cf9d36f1c48cc23816db7166301cefabb66bf515;hpb=6fe4e515470a9c2ffa1324261674dde0ede32e72;p=oota-llvm.git diff --git a/test/CodeGen/X86/2011-10-11-srl.ll b/test/CodeGen/X86/2011-10-11-srl.ll index cf9d36f1c48..ff58afca041 100644 --- a/test/CodeGen/X86/2011-10-11-srl.ll +++ b/test/CodeGen/X86/2011-10-11-srl.ll @@ -1,9 +1,9 @@ -; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=corei7-avx -promote-elements -mattr=-sse41 +; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=corei7-avx -mattr=-sse4.1 target triple = "x86_64-unknown-linux-gnu" define void @m387(<2 x i8>* %p, <2 x i16>* %q) { - %t = load <2 x i8>* %p + %t = load <2 x i8>, <2 x i8>* %p %r = sext <2 x i8> %t to <2 x i16> store <2 x i16> %r, <2 x i16>* %q ret void