[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:03 PDT 2019


xbolva00 updated this revision to Diff 214626.
xbolva00 added a comment.

Readded vector tests


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

https://reviews.llvm.org/D65898

Files:
  lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
  test/Transforms/InstCombine/fabs-copysign.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65898.214626.patch
Type: text/x-patch
Size: 4326 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190812/23917faf/attachment.bin>


More information about the llvm-commits mailing list