[PATCH] D51435: [SLC] Support expanding pow(x, n+0.5) to x * x * ... * sqrt(x)

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 3 08:31:55 PDT 2018


spatel added a comment.

In https://reviews.llvm.org/D51435#1222236, @fhahn wrote:

> Ok thanks! So I can commit this patch as is?


Yes, no objections from me. I think we have sufficient TODOs sprinkled around that make it clear how we can improve things more if needed.


https://reviews.llvm.org/D51435





More information about the llvm-commits mailing list