[all-commits] [llvm/llvm-project] 268ff3: [MLIR][OpenMP] Attribute to include WsLoop upperbound
kiranchandramohan via All-commits
all-commits at lists.llvm.org
Fri Jan 8 06:47:37 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 268ff38a716157c362b8d463e2e5655f25972e42
https://github.com/llvm/llvm-project/commit/268ff38a716157c362b8d463e2e5655f25972e42
Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
Date: 2021-01-08 (Fri, 08 Jan 2021)
Changed paths:
M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
M mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
M mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
M mlir/test/Target/openmp-llvm.mlir
Log Message:
-----------
[MLIR][OpenMP] Attribute to include WsLoop upperbound
This patch adds an attribute `inclusive` which if present causes
the upperbound to be included in the loop iteration interval.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D94235
More information about the All-commits
mailing list