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

Valentin Clement バレンタイン クレメン via flang-commits flang-commits at lists.llvm.org
Thu Oct 16 13:03:01 PDT 2025


================
@@ -542,3 +542,20 @@ end subroutine
 ! CHECK-NOT: cuf.data_transfer
 ! CHECK: hlfir.assign
 ! CHECK-NOT: cuf.data_transfer
+
+! Data transfer with conversion with more complex elemental
+! Check that the data transfer is palce
----------------
clementval wrote:

```suggestion
! Check that the data transfer is placed before the elemental op.
```

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


More information about the flang-commits mailing list