Skip to content

Commit

Permalink
Fabs folding is implemented.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162186 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
d0k committed Aug 19, 2012
1 parent a4b5717 commit 51bfb0f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/Target/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

//===---------------------------------------------------------------------===//

0 comments on commit 51bfb0f

Please sign in to comment.