[all-commits] [llvm/llvm-project] 20f4ad: [MLIR][OpenMP] Move loop wrapper verification to t...
Sergio Afonso via All-commits
all-commits at lists.llvm.org
Mon Sep 30 08:15:06 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 20f4adea957b91291a640613e41e0bab27ae3c3c
https://github.com/llvm/llvm-project/commit/20f4adea957b91291a640613e41e0bab27ae3c3c
Author: Sergio Afonso <safonsof at amd.com>
Date: 2024-09-30 (Mon, 30 Sep 2024)
Changed paths:
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] Move loop wrapper verification to the interface (NFC) (#110505)
This patch moves verification code for the `LoopWrapperInterface` to the
interface itself, checking it automatically for each operation that has
that interface.
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