[PATCH] D67248: [InstCombine] pow(x, +/- 0.0) -> 1.0
JF Bastien via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 6 09:31:47 PDT 2019
jfb added a comment.
In D67248#1661110 <https://reviews.llvm.org/D67248#1661110>, @spatel wrote:
> Sorry - I didn't see this review, only the bug report that came in today:
> https://bugs.llvm.org/show_bug.cgi?id=43233
>
> I made an identical code change, but I didn't include as many tests. Feel free to commit those or let me know if you want me to.
Already committed the tests :)
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67248/new/
https://reviews.llvm.org/D67248
More information about the llvm-commits
mailing list