[PATCH] D51630: [DAGCombiner] try to convert pow(x, 0.25) to sqrt(sqrt(x))

Tim Northover via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 5 05:48:59 PDT 2018


t.p.northover added a comment.

Could you possibly duplicate the tests for ARM? It looks like the patch does the right thing to me, but it'd be good to have it confirmed and tested.


https://reviews.llvm.org/D51630





More information about the llvm-commits mailing list