[PATCH] D49040: [SLC] Simplify pow(x, 0.333...) to cbrt(x)

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 9 12:13:48 PDT 2018


lebedev.ri added inline comments.


================
Comment at: llvm/test/Transforms/InstCombine/pow-cbrt.ll:1
+; RUN: opt < %s -instcombine -S | FileCheck %s
+
----------------
Just use `./utils/update_test_checks.py`


https://reviews.llvm.org/D49040





More information about the llvm-commits mailing list