[Mlir-commits] [mlir] [NFC][MLIR][OpenMP] Add test for lowering omp target parallel (PR #70795)

Dominik Adamski llvmlistbot at llvm.org
Tue Nov 7 02:17:39 PST 2023


DominikAdamski wrote:

> Also, test minimally here. Only test the call to `@__kmpc_parallel_51` with the correct outlined function, and the surrounding `target_init` and `target_exit`.

I removed unnecessary checks. The remained checks validate target initialization and passing arguments for kmpc_parallel_51.

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


More information about the Mlir-commits mailing list