[llvm] [LoopVectorizer] Add support for partial reductions (PR #92418)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 1 14:19:28 PST 2024
================
@@ -1260,6 +1266,12 @@ class TargetTransformInfo {
/// \return if target want to issue a prefetch in address space \p AS.
bool shouldPrefetchAddressSpace(unsigned AS) const;
+ InstructionCost
----------------
fhahn wrote:
also add comment from below here?
https://github.com/llvm/llvm-project/pull/92418
More information about the llvm-commits
mailing list