[llvm] [Transforms][Utils] Add LoopSplitUtils for iteration-space loop splitting (PR #205995)
Ramkumar Ramachandra via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 15 02:50:50 PDT 2026
================
----------------
artagnon wrote:
```suggestion
InductionIsSigned = ICmpInst::isSigned(P) || IndAr->hasNoSignedWarp();
```
It's already initialized to false in the initialization?
https://github.com/llvm/llvm-project/pull/205995
More information about the llvm-commits
mailing list