[Mlir-commits] [mlir] [MLIR][OpenMP] Add TableGen pseudo-generator for OpenMP-specific verification (PR #95552)
Sergio Afonso
llvmlistbot at llvm.org
Fri Jun 14 08:08:28 PDT 2024
================
@@ -3,6 +3,7 @@ mlir_tablegen(OmpCommon.td --gen-directive-decl --directives-dialect=OpenMP)
add_public_tablegen_target(omp_common_td)
set(LLVM_TARGET_DEFINITIONS OpenMPOps.td)
+mlir_tablegen(no-output -verify-openmp-ops)
----------------
skatrak wrote:
Thank you for the quick review! I suppose it might do, though if that's the case it will always be empty. I'm not very familiar with how this infrastructure works, so I don't know if that could cause an issue. After a quick search I can't find a definition for `add_public_tablegen_target` to check this either 🤔.
https://github.com/llvm/llvm-project/pull/95552
More information about the Mlir-commits
mailing list