[llvm] [LV] Add initial support for vectorizing literal struct return values (PR #109833)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 21 00:47:56 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.
----------------
fhahn wrote:
comment needs updating
https://github.com/llvm/llvm-project/pull/109833
More information about the llvm-commits
mailing list