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

Sam Tebbs via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 19 02:24:49 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
----------------
SamTebbs33 wrote:

I know it's not from this patch but "instructions" should be "instruction's".

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


More information about the llvm-commits mailing list