[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


================
@@ -347,6 +348,21 @@ class BasicTTIImplBase : public TargetTransformInfoImplCRTPBase<T> {
     return Cost;
   }
 
+  /// Filter out constant and duplicated entries in \p Ops and return a vector
+  /// containing the corresponding types.
----------------
fhahn wrote:

done thanks

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


More information about the llvm-commits mailing list