[flang-commits] [flang] [mlir] [Flang] [OpenMP] [Semantics] [MLIR] [Lowering] Add lowering support for IS_DEVICE_PTR and HAS_DEVICE_ADDR clauses on OMP TARGET directive. (PR #74187)
Sergio Afonso via flang-commits
flang-commits at lists.llvm.org
Mon Apr 8 04:07:17 PDT 2024
================
@@ -141,6 +141,20 @@ class ClauseProcessor {
llvm::SmallVectorImpl<const Fortran::semantics::Symbol *>
&useDeviceSymbols) const;
+ bool
+ processIsDevicePtr(llvm::SmallVectorImpl<mlir::Value> &operands,
----------------
skatrak wrote:
Nit: Names within each section are alphabetically sorted. Same in the corresponding .cpp file.
https://github.com/llvm/llvm-project/pull/74187
More information about the flang-commits
mailing list