================ ---------------- llvm-beanz wrote: Can you also add some tests for nested loops? Cases like: ```hlsl [unroll] for( int i = 0; i < 100; ++i) { // unroll this for( int j = 0; j < 100; ++j) { // but not this } } ``` https://github.com/llvm/llvm-project/pull/93879