================

----------------
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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to