Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT: Fix delegate GDV for loops with multiple cloning options (#109407)
For loops that we consider candidates for cloning with multiple cloning options there was a logic bug that caused cloning to exit early. This affected even canonical loops over arrays.
- Loading branch information