Changes in directory llvm/test/Regression/CodeGen/X86:
sse-fcopysign.ll updated: 1.2 -> 1.3
---
Log message:
Update test case.
---
Diffs of the changes: (+0 -2)
sse-fcopysign.ll |2 --
1 files changed, 2 deletions(-)
Index: llvm/test/Regression/CodeGen/X86/sse-fcopysign.ll
diff -u llv
Changes in directory llvm/test/Regression/CodeGen/X86:
sse-fcopysign.ll updated: 1.1 -> 1.2
---
Log message:
Give the assembler some input.
---
Diffs of the changes: (+4 -3)
sse-fcopysign.ll |7 ---
1 files changed, 4 insertions(+), 3 deletions(-)
Index: llvm/test/Regression/Code
Changes in directory llvm/test/Regression/CodeGen/X86:
sse-fcopysign.ll added (r1.1)
---
Log message:
Add a test case for SSE fcopysign using SSE bitwise operations.
---
Diffs of the changes: (+18 -0)
sse-fcopysign.ll | 18 ++
1 files changed, 18 insertions(+)
Index: llv