[llvm] [VPlan] Handle regions with live-outs and scalar VF when replicating. (PR #186252)

via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 29 08:35:13 PDT 2026


================

----------------
ayalz wrote:

```suggestion
      // For scalar VF, all operands are already scalar; no extraction needed.
      if (!VF.isScalar()) {
        for (const auto &[I, Op] : enumerate(OldR.operands())) {
```

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


More information about the llvm-commits mailing list