X86: Add patterns for the various rounding ops for SSE4.1 and AVX.
authorBenjamin Kramer <benny.kra@googlemail.com>
Fri, 9 Dec 2011 15:44:03 +0000 (15:44 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Fri, 9 Dec 2011 15:44:03 +0000 (15:44 +0000)
commitb653397dcd34fe281286cf80d4c101000516e88e
tree296a9dc3f967df0eee514d3251824e6c29d12266
parenta73fb9adbb2de7cd4837382b0fffd97d82ac675c
X86: Add patterns for the various rounding ops for SSE4.1 and AVX.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146257 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86InstrSSE.td
test/CodeGen/X86/rounding-ops.ll [new file with mode: 0644]