[PATCH] D102574: [InstCombine] Missed optimization for pow(x, y) * pow(x, z) with fast-math
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 5 03:06:55 PDT 2021
xbolva00 added inline comments.
================
Comment at: llvm/test/Transforms/InstCombine/fmul-pow.ll:147
+}
\ No newline at end of file
----------------
Restore
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102574/new/
https://reviews.llvm.org/D102574
More information about the llvm-commits
mailing list