[llvm-branch-commits] [mlir] [MLIR][OpenMP] Emit descriptive errors for all unsupported clauses (PR #114037)
Sergio Afonso via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Oct 30 04:18:31 PDT 2024
================
@@ -640,6 +642,13 @@ convertOmpOrdered(Operation &opInst, llvm::IRBuilderBase &builder,
return success();
}
+static LogicalResult orderedRegionSupported(omp::OrderedRegionOp op) {
----------------
skatrak wrote:
This should be ready to review again. Now the implementation is much more centralized, helping us make sure error messages are consistent.
https://github.com/llvm/llvm-project/pull/114037
More information about the llvm-branch-commits
mailing list