[all-commits] [llvm/llvm-project] 3b01cf: [mlir][openmp] Add an interface for Outlineable Op...
kiranchandramohan via All-commits
all-commits at lists.llvm.org
Thu Oct 7 11:54:06 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3b01cf9286e3f3462865cd467ad1edb1534f50d3
https://github.com/llvm/llvm-project/commit/3b01cf9286e3f3462865cd467ad1edb1534f50d3
Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
Date: 2021-10-07 (Thu, 07 Oct 2021)
Changed paths:
M mlir/include/mlir/Dialect/OpenMP/CMakeLists.txt
M mlir/include/mlir/Dialect/OpenMP/OpenMPDialect.h
M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
A mlir/include/mlir/Dialect/OpenMP/OpenMPOpsInterfaces.td
M mlir/lib/Dialect/OpenMP/CMakeLists.txt
Log Message:
-----------
[mlir][openmp] Add an interface for Outlineable OpenMP ops
Add an interface for outlineable OpenMP operations.
This patch was initially done in fir-dev and is now needed
for the upstreaming.
Reviewed By: schweitz
Differential Revision: https://reviews.llvm.org/D111310
More information about the All-commits
mailing list