[PATCH] D65898: [InstCombine] x /c fabs(x) -> copysign(1.0, x)
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 12 06:24:51 PDT 2019
spatel added a comment.
In D65898#1625141 <https://reviews.llvm.org/D65898#1625141>, @xbolva00 wrote:
> Thanks
Wait - there was a vector test here at 1 point, but now it's gone? Please adjust the type on one of the positive tests, so we still have that coverage.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65898/new/
https://reviews.llvm.org/D65898
More information about the llvm-commits
mailing list