[llvm] [AArch64][LV][SLP] Vectorizers use call cost for vectorized frem (PR #82488)
Paul Walker via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 12 06:21:59 PDT 2024
================
@@ -1247,13 +1247,17 @@ class TargetTransformInfo {
/// cases or optimizations based on those values.
/// \p CxtI is the optional original context instruction, if one exists, to
/// provide even more information.
+ /// \p TLibInfo use to search for platform specific vector library functions
----------------
paulwalker-arm wrote:
`/TLibInfo use to search/TLibInfo is used to search/
https://github.com/llvm/llvm-project/pull/82488
More information about the llvm-commits
mailing list