[llvm] [CostModel] Handle vector struct results and cost `llvm.sincos` (PR #123210)

Benjamin Maxwell via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 20 09:24:48 PST 2025


================
@@ -285,6 +286,64 @@ class BasicTTIImplBase : public TargetTransformInfoImplCRTPBase<T> {
     return false;
   }
 
+  /// Several intrinsics struct-ret (including llvm.sincos[pi] and llvm.modf)
----------------
MacDue wrote:

Yeah, that was a typo :+1: Fixed now :)

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


More information about the llvm-commits mailing list