[PATCH] D109954: [InstCombine] powi(x, y) * powi(x, z) -> powi(x, y + z)

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 17 00:52:23 PDT 2021


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

One more neg. test (different bases).


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

https://reviews.llvm.org/D109954

Files:
  llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
  llvm/test/Transforms/InstCombine/powi.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109954.373162.patch
Type: text/x-patch
Size: 6831 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210917/c3a6fcb4/attachment.bin>


More information about the llvm-commits mailing list