diff options
author | Quentin Colombet <qcolombet@apple.com> | 2014-07-11 12:08:23 +0000 |
---|---|---|
committer | Quentin Colombet <qcolombet@apple.com> | 2014-07-11 12:08:23 +0000 |
commit | 0f179c4d8a3e0f50b6cb85218b7d29bd9d3c1aca (patch) | |
tree | 4a684657d7121c47ccb595bcbf74cf38b2beb839 /llvm/test/CodeGen/X86/vector-idiv.ll | |
parent | 19853dd28c2982ebc0c9fab20294f93b94e9d46c (diff) | |
download | bcm5719-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.ll | 3 |
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 |