[flang-commits] [flang] [flang][cuda] Pass assumed-shape arrays of bind(c) attributes(global) kernels by base address (PR #199313)

Valentin Clement バレンタイン クレメン via flang-commits flang-commits at lists.llvm.org
Mon May 25 16:59:20 PDT 2026


================
@@ -0,0 +1,155 @@
+! RUN: bbc -emit-hlfir -fcuda %s -o - | FileCheck %s
+
+! Test that bind(c) attributes(global) kernels with assumed-shape /
+! deferred-shape / assumed-rank array dummies are lowered to a raw base
----------------
clementval wrote:

Can we remove deferred shape from here too? 

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


More information about the flang-commits mailing list