projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f88b17
)
zap windows line endings; NFC
author
Sanjay Patel
<spatel@rotateright.com>
Mon, 4 May 2015 21:27:27 +0000
(21:27 +0000)
committer
Sanjay Patel
<spatel@rotateright.com>
Mon, 4 May 2015 21:27:27 +0000
(21:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236460
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/sse-scalar-fp-arith.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/sse-scalar-fp-arith.ll
b/test/CodeGen/X86/sse-scalar-fp-arith.ll
index 4d7e1cb2e192c3a80799a18c5e4c272595c8daf5..7162d2715bce0b60fa4e92a2dafe1987adf80f0c 100644
(file)
--- a/
test/CodeGen/X86/sse-scalar-fp-arith.ll
+++ b/
test/CodeGen/X86/sse-scalar-fp-arith.ll
@@
-98,7
+98,7
@@
define <4 x float> @test_sqrt_ss(<4 x float> %a) {
%2 = call float @llvm.sqrt.f32(float %1)
%3 = insertelement <4 x float> %a, float %2, i32 0
ret <4 x float> %3
-}
\r
+}
declare float @llvm.sqrt.f32(float)
define <2 x double> @test_add_sd(<2 x double> %a, <2 x double> %b) {
@@
-185,7
+185,7
@@
define <2 x double> @test_sqrt_sd(<2 x double> %a) {
%2 = call double @llvm.sqrt.f64(double %1)
%3 = insertelement <2 x double> %a, double %2, i32 0
ret <2 x double> %3
-}
\r
+}
declare double @llvm.sqrt.f64(double)
define <4 x float> @test2_add_ss(<4 x float> %a, <4 x float> %b) {