[llvm] [LV] Add initial support for vectorizing literal struct return values (PR #109833)
Benjamin Maxwell via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 21 05:50:42 PST 2025
================
@@ -3724,10 +3726,12 @@ void LoopVectorizationCostModel::collectLoopUniforms(ElementCount VF) {
// ExtractValue instructions must be uniform, because the operands are
// known to be loop-invariant.
----------------
MacDue wrote:
Done :+1:
https://github.com/llvm/llvm-project/pull/109833
More information about the llvm-commits
mailing list