[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 10:58:28 PDT 2023
pawosm01 marked 3 inline comments as done.
pawosm01 added inline comments.
================
Comment at: llvm/include/llvm/Analysis/VecFuncs.def:697
#undef TLI_DEFINE_SLEEFGNUABI_VF4_VECFUNCS
+#undef TLI_DEFINE_SLEEFGNUABI_SCALABLE_VECFUNCS
#undef TLI_DEFINE_MASSV_VECFUNCS_NAMES
----------------
sdesmalen wrote:
> Does this need:
>
> #undef MASKED
> #undef NOMASK
>
> ?
It does need it indeed.
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