[llvm] [Transforms][Utils] Add LoopSplitUtils for iteration-space loop splitting (PR #205995)

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 17 09:48:22 PDT 2026


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

----------------
artagnon wrote:

```suggestion
    return Escaping.push_back(Def);
```

Just write a constructor for EscapingValue with just Def? Not sure why we need this trivial function? Is it part of the public API or something? Could inline in header then?

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


More information about the llvm-commits mailing list