summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorOren Ben Simhon <oren.ben.simhon@intel.com>2016-12-21 09:18:37 +0000
committerOren Ben Simhon <oren.ben.simhon@intel.com>2016-12-21 09:18:37 +0000
commitcecc4af496a4cf40ae5e4f364e45427041f5a0a7 (patch)
treed1205c00c31e15ea183179f0a75fe6fca06e7820 /llvm
parentc11addb5065ddb20bb08ea3433d926ad281a87e6 (diff)
downloadbcm5719-llvm-cecc4af496a4cf40ae5e4f364e45427041f5a0a7.tar.gz
bcm5719-llvm-cecc4af496a4cf40ae5e4f364e45427041f5a0a7.zip
[X86] Vectorcall Calling Convention - Adding CodeGen Complete Support
Fixing failing test. llvm-svn: 290246
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/X86/vectorcall.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vectorcall.ll b/llvm/test/CodeGen/X86/vectorcall.ll
index 376e2c0c9df..6ba5e10dd21 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}}
OpenPOWER on IntegriCloud