[flang-commits] [flang] [mlir] [Flang] [OpenMP] [MLIR] [Lowering] Add lowering support for IS_DEVICE_PTR and HAS_DEVICE_ADDR clauses on OMP TARGET directive. (PR #88206)

Raghu Maddhipatla via flang-commits flang-commits at lists.llvm.org
Wed Apr 10 08:37:57 PDT 2024


================
@@ -189,6 +189,10 @@ struct SimdlenClauseOps {
   IntegerAttr simdlenAttr;
 };
 
+struct TargetDeviceClauseOps {
+  llvm::SmallVector<Value> isDevicePtrVars, hasDeviceAddrVars;
+};
----------------
raghavendhra wrote:

Done!

https://github.com/llvm/llvm-project/pull/88206


More information about the flang-commits mailing list