[all-commits] [llvm/llvm-project] ba8cf3: [OpenMP][MLIR] Set omp.composite attr for composit...
Akash Banerjee via All-commits
all-commits at lists.llvm.org
Thu Aug 8 10:19:41 PDT 2024
Branch: refs/heads/users/akash/set-composite
Home: https://github.com/llvm/llvm-project
Commit: ba8cf358a98cfcce6b1239ac88391bc25bcc7197
https://github.com/llvm/llvm-project/commit/ba8cf358a98cfcce6b1239ac88391bc25bcc7197
Author: Akash Banerjee <Akash.Banerjee at amd.com>
Date: 2024-08-08 (Thu, 08 Aug 2024)
Changed paths:
M flang/lib/Lower/OpenMP/OpenMP.cpp
M mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
Log Message:
-----------
[OpenMP][MLIR] Set omp.composite attr for composite loop wrappers and add verifier checks
This patch sets the omp.composite unit attr for composite wrapper ops and also add appropriate checks to the verifiers of supported ops for the presence/absence of the attribute.
Commit: 4bd3ea1689bf73edb840672e0d5b5b3b1aa174cc
https://github.com/llvm/llvm-project/commit/4bd3ea1689bf73edb840672e0d5b5b3b1aa174cc
Author: Akash Banerjee <Akash.Banerjee at amd.com>
Date: 2024-08-08 (Thu, 08 Aug 2024)
Changed paths:
M flang/lib/Lower/OpenMP/OpenMP.cpp
M mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
M mlir/test/Dialect/OpenMP/invalid.mlir
M mlir/test/Dialect/OpenMP/ops.mlir
Log Message:
-----------
Address reviewer comments. Update test cases with omp.composite checks.
Compare: https://github.com/llvm/llvm-project/compare/3e80e6cb2065...4bd3ea1689bf
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