summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/vector-idiv.ll
diff options
context:
space:
mode:
authorQuentin Colombet <qcolombet@apple.com>2014-07-11 12:08:23 +0000
committerQuentin Colombet <qcolombet@apple.com>2014-07-11 12:08:23 +0000
commit0f179c4d8a3e0f50b6cb85218b7d29bd9d3c1aca (patch)
tree4a684657d7121c47ccb595bcbf74cf38b2beb839 /llvm/test/CodeGen/X86/vector-idiv.ll
parent19853dd28c2982ebc0c9fab20294f93b94e9d46c (diff)
downloadbcm5719-llvm-0f179c4d8a3e0f50b6cb85218b7d29bd9d3c1aca.tar.gz
bcm5719-llvm-0f179c4d8a3e0f50b6cb85218b7d29bd9d3c1aca.zip
[X86] Fix the inversion of low and high bits for the lowering of MUL_LOHI.
Also add a few comments. <rdar://problem/17581756> llvm-svn: 212808
Diffstat (limited to 'llvm/test/CodeGen/X86/vector-idiv.ll')
-rw-r--r--llvm/test/CodeGen/X86/vector-idiv.ll3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/vector-idiv.ll b/llvm/test/CodeGen/X86/vector-idiv.ll
index b6d43e985f0..a3229073751 100644
--- a/llvm/test/CodeGen/X86/vector-idiv.ll
+++ b/llvm/test/CodeGen/X86/vector-idiv.ll
@@ -132,9 +132,6 @@ define <4 x i32> @test8(<4 x i32> %a) {
; SSE41: padd
; SSE-LABEL: test8:
-; SSE: psrad $31
-; SSE: pand
-; SSE: paddd
; SSE: pmuludq
; SSE: pshufd $49
; SSE-NOT: pshufd $49
OpenPOWER on IntegriCloud