[Mlir-commits] [mlir] [OpenMP][MLIR] Add `private` clause to `omp.target` (PR #91202)

Pranav Bhandarkar llvmlistbot at llvm.org
Tue May 7 10:23:30 PDT 2024


================
@@ -737,7 +737,7 @@ func.func @omp_target(%if_cond : i1, %device : si32,  %num_threads : i32, %devic
     "omp.target"(%if_cond, %device, %num_threads) ({
        // CHECK: omp.terminator
        omp.terminator
-    }) {nowait, operandSegmentSizes = array<i32: 1,1,1,0,0,0,0>} : ( i1, si32, i32 ) -> ()
+    }) {nowait, operandSegmentSizes = array<i32: 1,1,1,0,0,0,0, 0>} : ( i1, si32, i32 ) -> ()
----------------
bhandarkar-pranav wrote:

nit: inconsistent whitespace in `operandSegmentSizes`

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


More information about the Mlir-commits mailing list