From: Oren Ben Simhon Date: Wed, 21 Dec 2016 09:18:37 +0000 (+0000) Subject: [X86] Vectorcall Calling Convention - Adding CodeGen Complete Support X-Git-Tag: llvmorg-4.0.0-rc1~1566 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cecc4af496a4cf40ae5e4f364e45427041f5a0a7;p=platform%2Fupstream%2Fllvm.git [X86] Vectorcall Calling Convention - Adding CodeGen Complete Support Fixing failing test. llvm-svn: 290246 --- diff --git a/llvm/test/CodeGen/X86/vectorcall.ll b/llvm/test/CodeGen/X86/vectorcall.ll index 376e2c0..6ba5e10 100644 --- a/llvm/test/CodeGen/X86/vectorcall.ll +++ b/llvm/test/CodeGen/X86/vectorcall.ll @@ -217,7 +217,7 @@ entry: ; CHECK: movaps %xmm2, %xmm3 ; CHECK: movaps %xmm1, %xmm2 ; X32: movasd %xmm0, %xmm1 -; X64: movapd %xmm5, %xmm1 +; X64: movap{{d|s}} %xmm5, %xmm1 ; CHECK: call{{l|q}} test_mixed_9_callee@@40 ; CHECK: addsd {{.*}}, %xmm0 ; CHECK: ret{{l|q}}