================
----------------
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