[PATCH] D79407: [InstCombine] Remove hasOneUse check for pow(C, x) -> exp2(log2(C)*x)

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 5 05:20:59 PDT 2020


lebedev.ri accepted this revision.
lebedev.ri added a comment.
This revision is now accepted and ready to land.

Seems reasonable.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79407





More information about the llvm-commits mailing list