[PATCH] D139310: InstCombine: Fold fneg (copysign x, y) -> copysign x, (fneg y)

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 6 05:07:47 PST 2022


arsenm updated this revision to Diff 480437.
arsenm added a comment.

Move CreateCopySign to correct patch


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

https://reviews.llvm.org/D139310

Files:
  llvm/include/llvm/IR/IRBuilder.h
  llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
  llvm/test/Transforms/InstCombine/copysign-fneg-fabs.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139310.480437.patch
Type: text/x-patch
Size: 5256 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221206/b9bf83b6/attachment.bin>


More information about the llvm-commits mailing list