[PATCH] D65898: [InstCombine] x /c fabs(x) -> copysign(1.0, x)
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 12 06:43:29 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL368570: [InstCombine] x /c fabs(x) -> copysign(1.0, x) (authored by xbolva00, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D65898?vs=214626&id=214627#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65898/new/
https://reviews.llvm.org/D65898
Files:
llvm/trunk/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
llvm/trunk/test/Transforms/InstCombine/fabs-copysign.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65898.214627.patch
Type: text/x-patch
Size: 4392 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190812/b8e6c952/attachment-0001.bin>
More information about the llvm-commits
mailing list