Files
clang-p2996/llvm/lib/Transforms/Coroutines
Tyler Nowicki ba623e10b4 [NFC][Coroutines] Remove integer indexing in several CoroSplit loops (#115954)
Use helpers such as llvm::enumerate and llvm::zip in places to avoid
using loop counters. Also refactored AnyRetconABI::splitCoroutine to
avoid some awkward indexing that came about by putting ContinuationPhi
into the ReturnPHIs vector and mistaking i with I and e with E.
2024-11-14 17:51:47 -05:00
..