[PATCH] D13997: [SimplifyLibCall] pow(x, 3.0) -> x*x*x

Chad Rosier via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 22 17:01:52 PDT 2015


mcrosier added a comment.

@joerg: you're correct. This should be guarded by fast math.


Repository:
  rL LLVM

http://reviews.llvm.org/D13997





More information about the llvm-commits mailing list