[PATCH] D28929: [ConstantFolding] Constant-fold llvm.sqrt(x) like other intrinsics.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 19 17:04:46 PST 2017
efriedma added inline comments.
================
Comment at: llvm/test/Transforms/InstCombine/constant-fold-math.ll:54
- ret double %x
-}
-
----------------
Leave the test, and just update the CHECK line?
https://reviews.llvm.org/D28929
More information about the llvm-commits
mailing list