[llvm] [LV] Add initial support for vectorizing literal struct return values (PR #109833)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 9 13:54:10 PST 2025


================
@@ -1473,6 +1473,12 @@ class TargetTransformInfo {
                                      TTI::TargetCostKind CostKind,
                                      unsigned Index = -1) const;
 
+  /// \return The expected of aggregate inserts and extracts. This is
----------------
fhahn wrote:

```suggestion
  /// \return The expected cost of aggregate inserts and extracts. This is
```

https://github.com/llvm/llvm-project/pull/109833


More information about the llvm-commits mailing list