[llvm] [Transforms][Utils] Add LoopSplitUtils for iteration-space loop splitting (PR #205995)
Ashutosh Nema via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 17 02:29:04 PDT 2026
================
----------------
nema-ashutosh wrote:
CarriedDefToEscapingIdx maps to S.Escaping indices where 0 is a valid entry, but lookup returns 0 on a miss too — so it can't tell "absent" from "index 0". Using lookup would treat a genuine index-0 hit as a miss and create a duplicate escaping entry
https://github.com/llvm/llvm-project/pull/205995
More information about the llvm-commits
mailing list