[llvm] [TTI] Remove Args argument from getOperandsScalarizationOverhead (NFC). (PR #154126)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 20 12:37:02 PDT 2025


================
@@ -935,29 +951,21 @@ class BasicTTIImplBase : public TargetTransformInfoImplCRTPBase<T> {
                                              CostKind);
   }
 
-  /// Estimate the overhead of scalarizing an instructions unique
-  /// non-constant operands. The (potentially vector) types to use for each of
+  /// Estimate the overhead of scalarizing an instructions
----------------
fhahn wrote:

Yep, fixed thanks!

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


More information about the llvm-commits mailing list