[flang-commits] [flang] [flang][cuda] Extent detection of data transfer with conversion (PR #163852)

Zhen Wang via flang-commits flang-commits at lists.llvm.org
Thu Oct 16 13:06:39 PDT 2025


Valentin Clement =?utf-8?b?KOODkOODrOODsw==?=
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/163852 at github.com>


================
@@ -58,7 +62,9 @@ cuf::DataAttributeAttr
 translateSymbolCUFDataAttribute(mlir::MLIRContext *mlirContext,
                                 const Fortran::semantics::Symbol &sym);
 
-bool isTransferWithConversion(mlir::Value rhs);
+/// Check is the rhs has an implicit conversion. Return the elemental op if
----------------
wangzpgi wrote:

```suggestion
/// Check if the rhs has an implicit conversion. Return the elemental op if
```

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


More information about the flang-commits mailing list