Certain patterns involving the "movss" instruction were marked as requiring SSE2...
authorAnders Carlsson <andersca@mac.com>
Tue, 7 Oct 2008 16:14:11 +0000 (16:14 +0000)
committerAnders Carlsson <andersca@mac.com>
Tue, 7 Oct 2008 16:14:11 +0000 (16:14 +0000)
commitae436ceccaa9888e6ce5433a55ea0ddf373585ef
treeb254e17c3ed3fe386da941fff1703dffe420d10f
parent2bdc07b398db1471ebf0fe286519f21a59b8ff8c
Certain patterns involving the "movss" instruction were marked as requiring SSE2, when in reality movss is an SSE1 instruction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57246 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrSSE.td
test/CodeGen/X86/2008-10-07-SSEISelBug.ll [new file with mode: 0644]