New test case. DAGCombiner should be able to fold -sin(-x)
authorDan Gohman <gohman@apple.com>
Mon, 2 Jul 2007 15:43:20 +0000 (15:43 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 2 Jul 2007 15:43:20 +0000 (15:43 +0000)
commit03de31acaea8f549e9a957a0b5231bcbc719df0a
tree3ac50897266cd3dbe472f64460a2c4a5828b3543
parentff8b732feb4475d376ebb2344ed3445bbc6a1659
New test case. DAGCombiner should be able to fold -sin(-x)
in -enable-unsafe-fp-math mode.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37841 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/negative-sin.ll [new file with mode: 0644]