[flang-commits] [flang] [Flang] External subprograms should be allowed as proc_target in procedure pointers. (PR #183268)
Eugene Epshteyn via flang-commits
flang-commits at lists.llvm.org
Tue Apr 7 11:57:20 PDT 2026
================
@@ -164,3 +158,10 @@ end subroutine
! CHECK-LABEL: func.func @_QPtest_module_var()
! CHECK: cuf.allocate {{.*}} {data_attr = #cuf.cuda<managed>, hasDoubleDescriptor}
! CHECK: cuf.allocate {{.*}} {data_attr = #cuf.cuda<device>, hasDoubleDescriptor}
+
----------------
eugeneepshteyn wrote:
If reordering is necessary due to changes in this PR, perhaps `CHECK-DAG` could be used in some cases? That would make it easier to identify changes that are only due to reordering vs. more complicated changes.
https://github.com/llvm/llvm-project/pull/183268
More information about the flang-commits
mailing list