Benjamin Kramer
|
562b240fc5
|
X86: Emitting x87 fsin/fcos for sinf/cosf is not safe without unsafe fp math.
This was only an issue if sse is disabled.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163967 91177308-0d34-0410-b5e6-96231b3b80d8
|
2012-09-15 12:44:27 +00:00 |
|
Bob Wilson
|
5f91a99427
|
Add test triples to fix win32 failures. Revert workaround from r161292.
I don't have a win32 system to test, so hopefully I got them all fixed here.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161519 91177308-0d34-0410-b5e6-96231b3b80d8
|
2012-08-08 20:31:37 +00:00 |
|
NAKAMURA Takumi
|
ea957f0c56
|
test/CodeGen/X86/sincos.ll: FileCheck-ize.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159639 91177308-0d34-0410-b5e6-96231b3b80d8
|
2012-07-03 03:59:22 +00:00 |
|
Dale Johannesen
|
1d73742ad9
|
Add readonly to some sin and cos calls; transformations
being checked aren't valid without it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82786 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-09-25 18:15:29 +00:00 |
|
Dan Gohman
|
b7c0b246da
|
Convert more tests to avoid llvm-as.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81545 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-09-11 18:36:27 +00:00 |
|
Dale Johannesen
|
fe5293daa2
|
Modernize fabs.ll, add long double. Add tests
for direct codegen of fsin/fcos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42369 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-09-26 21:12:10 +00:00 |
|