[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
PartitionInfo &P = Partitions.emplace_back({Start, End});
```
Write a constructor that takes StartExpr and EndExpr? 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