[PATCH] D155623: [AArch64][NFC] Expand coverage of ReplaceWithVeclib testing using SLEEF vector library
Jolanta Jensen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 21 10:29:35 PDT 2023
jolanta.jensen added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/replace-intrinsics-with-veclib-sleef.ll:186
+
+define <2 x double> @llvm_log10_f64(<2 x double> %in) {
+; CHECK-LABEL: @llvm_log10_f64(
----------------
mgabka wrote:
> nit: I think that log10 should be before log2 if we are aiming to keep alphabetical order
Reordered so log10 is before log2.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155623/new/
https://reviews.llvm.org/D155623
More information about the llvm-commits
mailing list