[all-commits] [llvm/llvm-project] 0657ae: [MLIR][OpenMP] Minor change to assembly format for...
Akash Banerjee via All-commits
all-commits at lists.llvm.org
Thu Jun 22 07:52:50 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0657ae30c77dbac321e0cd850e08e06e3af5b9bb
https://github.com/llvm/llvm-project/commit/0657ae30c77dbac321e0cd850e08e06e3af5b9bb
Author: Akash Banerjee <Akash.Banerjee at amd.com>
Date: 2023-06-22 (Thu, 22 Jun 2023)
Changed paths:
M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
M mlir/test/Dialect/OpenMP/ops.mlir
Log Message:
-----------
[MLIR][OpenMP] Minor change to assembly format for Target Data op
Minor reordering of clauses in the assembly format for Target Data op to make it closer to the OpenMP standard.
Differential Revision: https://reviews.llvm.org/D152822
Commit: d21580c3065740ac32f3713d737f302ed7f0ac94
https://github.com/llvm/llvm-project/commit/d21580c3065740ac32f3713d737f302ed7f0ac94
Author: Akash Banerjee <Akash.Banerjee at amd.com>
Date: 2023-06-22 (Thu, 22 Jun 2023)
Changed paths:
M flang/lib/Lower/OpenMP.cpp
M flang/test/Lower/OpenMP/target.f90
Log Message:
-----------
[MLIR][OpenMP]Add Flang lowering support for device_ptr and device_addr clauses
Add lowering support for the use_device_ptr and use_Device_addr clauses for the Target Data directive.
Depends on D152822
Differential Revision: https://reviews.llvm.org/D152824
Compare: https://github.com/llvm/llvm-project/compare/918a6bb88acf...d21580c30657
More information about the All-commits
mailing list