[PATCH] D16696: InstCombine: fabs(x) * fabs(x) -> x * x

Steve Canon via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 29 14:31:08 PST 2016


scanon accepted this revision.
scanon added a comment.
This revision is now accepted and ready to land.

The signbit of NaN explicitly has no meaning, so there's no concern there.  LGTM.


http://reviews.llvm.org/D16696





More information about the llvm-commits mailing list