[Mlir-commits] [mlir] [MLIR][OpenMP] Add omp.simd operation (PR #79843)

Dominik Adamski llvmlistbot at llvm.org
Tue Jan 30 06:16:14 PST 2024


================
@@ -1131,28 +1131,33 @@ void printLoopControl(OpAsmPrinter &p, Operation *op, Region &region,
 }
 
 //===----------------------------------------------------------------------===//
-// Verifier for Simd construct [2.9.3.1]
+// Verifier for Simd constructs [2.9.3.1]
----------------
DominikAdamski wrote:

Nit: 2.9.3.1 refers to `omp simd` construct. Could you add referral to `omp do simd` as well? It's 2.9.3.2 

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


More information about the Mlir-commits mailing list