[Mlir-commits] [mlir] [mlir][OpenACC] add unstructured attributes for acc.loop with early exits (PR #164990)

Erich Keane llvmlistbot at llvm.org
Fri Oct 24 10:48:14 PDT 2025


erichkeane wrote:

> Hi Jean! Thank you for this work! Can you please make sure that CIR build still works? I am guessing that with LoopOp constructor changes there will be a few spots needing to be fixed.

I just did a pull of this and it compiles/runs my tests.  For LoopOp I'm using the `retType/operands-collection` constructor, so this doesn't change it for me.

https://github.com/llvm/llvm-project/pull/164990


More information about the Mlir-commits mailing list