[PATCH] D57434: Optimize pow(X, 0.75) to sqrt(X) * sqrt(sqrt(X))
Evandro Menezes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 7 08:38:01 PST 2019
evandro added a comment.
In D57434#1377569 <https://reviews.llvm.org/D57434#1377569>, @Whitney wrote:
> @evandro Why do we want to add new cases in `test/Transforms/InstCombine/pow-sqrt.ll`? Am I right that InstCombine tests opt? This new changes happen in llc.
Ah, OK. It makes sense.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57434/new/
https://reviews.llvm.org/D57434
More information about the llvm-commits
mailing list