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:
a4b5717
)
Fabs folding is implemented.
author
Benjamin Kramer
<benny.kra@googlemail.com>
Sun, 19 Aug 2012 09:51:44 +0000
(09:51 +0000)
committer
Benjamin Kramer
<benny.kra@googlemail.com>
Sun, 19 Aug 2012 09:51:44 +0000
(09:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162186
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/README.txt
patch
|
blob
|
history
diff --git
a/lib/Target/README.txt
b/lib/Target/README.txt
index cbfa4cf35ba2f35ebf50ea79883ce7ad403fc5c7..9c27f27696613fbe69574f384a9752467d6d68eb 100644
(file)
--- a/
lib/Target/README.txt
+++ b/
lib/Target/README.txt
@@
-2367,8
+2367,3
@@
unsigned foo(unsigned x, unsigned y) { return x > y && x != 0; }
should fold to x > y.
//===---------------------------------------------------------------------===//
-
-int f(double x) { return __builtin_fabs(x) < 0.0; }
-should fold to false.
-
-//===---------------------------------------------------------------------===//