[llvm] [IR][LangRef] Add partial reduction add intrinsic (PR #94499)
Graham Hunter via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 12 08:11:34 PDT 2024
================
@@ -7914,6 +7914,28 @@ void SelectionDAGBuilder::visitIntrinsicCall(const CallInst &I,
setValue(&I, Trunc);
return;
}
+ case Intrinsic::experimental_vector_partial_reduce_add: {
----------------
huntergr-arm wrote:
I think we can pass this through as an INTRINSIC_WO_CHAIN node, at least for targets that support it.
https://github.com/llvm/llvm-project/pull/94499
More information about the llvm-commits
mailing list