[Mlir-commits] [mlir] [MLIR] [OpenMP] Modify definition of ALLOCATOR clause to support allocator type defined in user program. (PR #157399)

Raghu Maddhipatla llvmlistbot at llvm.org
Mon Sep 8 08:01:39 PDT 2025


raghavendhra wrote:

> It looks like the intention of this patch is to allow specifying other numbers for the allocator.
> 
> If this representation is to be used, please could you add a parse/unparse test demonstrating that this works.

I have tests already in ops.mlir https://github.com/llvm/llvm-project/blob/3f3f7d1fd99eea891ddd643201617d22c634bbfb/mlir/test/Dialect/OpenMP/ops.mlir#L3226C3-L3236C102 

Is there any other location you would like me to add tests?

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


More information about the Mlir-commits mailing list