Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update on "[CIR][IR] Refactor do-while loops"
Creates a separate C/C++ operation for do-while loops, while keeping the LoopOpInterface to generically handle loops. This simplifies the IR generation and printing/parsing of do-while loops. It also allows us to define it regions in the order that they are executed, which is useful for the lifetime analysis. [ghstack-poisoned]
- Loading branch information