[PATCH] D146839: [TLI][AArch64] Extend SLEEF vectorized functions mapping with VLA functions
Paul Osmialowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 28 08:41:25 PDT 2023
pawosm01 marked an inline comment as done.
pawosm01 added inline comments.
================
Comment at: llvm/lib/CodeGen/ReplaceWithVeclib.cpp:159
const std::string TLIName =
- std::string(TLI.getVectorizedFunction(ScalarName, VF));
+ std::string(TLI.getVectorizedFunction(ScalarName, VF, false));
----------------
sdesmalen wrote:
> Can you make `false` a default option for this argument, so that you don't explicitly have to pass it?
Yes
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146839/new/
https://reviews.llvm.org/D146839
More information about the llvm-commits
mailing list