[PATCH] D41608: [InstCombine] Missed optimization in math expression: pow multiplications

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 14 05:12:11 PST 2023


spatel added a comment.

The folds shown here have all been added now, so this patch can be abandoned:
7736c1936a93d7 <https://reviews.llvm.org/rG7736c1936a93d7effecf32ef5193dfc00b732cd2>
914576c1f0b669 <https://reviews.llvm.org/rG914576c1f0b66994ca97867676ab6074b9be6f3e>
61af2ab68142729 <https://reviews.llvm.org/rG61af2ab68142729cbe34c41c8ee8e6f38759c4ed>
072b03c4714ea4 <https://reviews.llvm.org/rG072b03c4714ea43af56bbfa6e5a271ef1a1c9e0a>


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

https://reviews.llvm.org/D41608



More information about the llvm-commits mailing list