[PATCH] D87877: [InstCombine] Fix errno bug in pow expansion to sqrt

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 22 16:47:38 PDT 2020


efriedma added a comment.

I haven't been following this closely, but is there some reason we can't transform `powf(x, 0.5)` to `sqrt(x == -infinity ? qnan : x)`?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87877/new/

https://reviews.llvm.org/D87877



More information about the llvm-commits mailing list