[all-commits] [llvm/llvm-project] 0de48d: [MLIR][OpenMP] Improve loop wrapper op verifiers (...
Sergio Afonso via All-commits
all-commits at lists.llvm.org
Wed Apr 9 04:36:28 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0de48de36ee3583f1b7da3d388307266839f2347
https://github.com/llvm/llvm-project/commit/0de48de36ee3583f1b7da3d388307266839f2347
Author: Sergio Afonso <safonsof at amd.com>
Date: 2025-04-09 (Wed, 09 Apr 2025)
Changed paths:
M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
M mlir/include/mlir/Dialect/OpenMP/OpenMPOpsInterfaces.td
M mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
M mlir/test/Dialect/OpenMP/invalid.mlir
Log Message:
-----------
[MLIR][OpenMP] Improve loop wrapper op verifiers (#134833)
This patch revisits op verifiers for `LoopWrapperInterface` operations
to improve consistency across operations and to properly cover some
previously misreported cases.
Checks that should be done for these kinds of operations are documented
in the interface description.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list