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:
a8fb336
)
I put the wrong rdar number in this test.
author
Dan Gohman
<gohman@apple.com>
Sat, 26 Sep 2009 01:11:57 +0000
(
01:11
+0000)
committer
Dan Gohman
<gohman@apple.com>
Sat, 26 Sep 2009 01:11:57 +0000
(
01:11
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82829
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/SimplifyLibCalls/pow-to-sqrt.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/SimplifyLibCalls/pow-to-sqrt.ll
b/test/Transforms/SimplifyLibCalls/pow-to-sqrt.ll
index cb4abc1709a2eec077e5e476a542e4d144c64f54..75e5104d33e4e88bba929bf8109f0890e1263a87 100644
(file)
--- a/
test/Transforms/SimplifyLibCalls/pow-to-sqrt.ll
+++ b/
test/Transforms/SimplifyLibCalls/pow-to-sqrt.ll
@@
-1,5
+1,5
@@
; RUN: opt < %s -simplify-libcalls -S | FileCheck %s
-; rdar://72
35530
+; rdar://72
51832
; SimplifyLibcalls should optimize pow(x, 0.5) to sqrt plus code to handle
; special cases. The readonly attribute on the call should be preserved.