Don't explicitly marked libm rounding ops as legal on SSE4.1/AVX. There don't seem...
authorOwen Anderson <resistor@mac.com>
Thu, 8 Dec 2011 20:51:38 +0000 (20:51 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 8 Dec 2011 20:51:38 +0000 (20:51 +0000)
commit587e34065fcda3b379cfda92b034d4731ce48043
tree706c20982af53df67fffcab19d3bdc4860e145f0
parent9e7b42a40eb8fbeac92ad2272d983d559a554c37
Don't explicitly marked libm rounding ops as legal on SSE4.1/AVX.  There don't seem to be patterns for these, so I don't know why they were marked legal in the first place.
Fixes failures caused by r146171.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146180 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp