Expand description
Control flow HIP emission. Translates WAVE structured control flow instructions
(if/else/endif, loop/endloop, break/continue) into equivalent HIP C++ control flow statements. HIP supports structured control flow natively so the mapping is direct with no branch lowering required, identical to the Metal backend.