[PATCH] D156439: [TLI][AArch64] Extend ReplaceWithVeclib to replace vector FREM instructions for scalable vectors
Jolanta Jensen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 7 09:41:30 PDT 2023
jolanta.jensen added inline comments.
================
Comment at: llvm/lib/CodeGen/ReplaceWithVeclib.cpp:148-150
+ LLVM_DEBUG(dbgs() << DEBUG_TYPE
+ << ": Did not find suitable vectorized version of `"
+ << ScalarName << "`.\n");
----------------
Forgot about this one. Will be included in next patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156439/new/
https://reviews.llvm.org/D156439
More information about the llvm-commits
mailing list