This patch adds an attribute inclusive which if present causes
the upperbound to be included in the loop iteration interval.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D94235
[MLIR][OpenMP] Attribute to include WsLoop upperbound ClosedPublic Authored by kiranchandramohan on Jan 7 2021, 7:53 AM.
Details Summary This patch adds an attribute inclusive which if present causes
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 7 2021, 8:55 AM Closed by commit rG268ff38a7161: [MLIR][OpenMP] Attribute to include WsLoop upperbound (authored by kiranchandramohan). · Explain WhyJan 8 2021, 6:42 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 315383 mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
mlir/test/Target/openmp-llvm.mlir
|