[flang-commits] [flang] [flang][cuda] Support memory cleanup at a return statement (PR #116304)

Valentin Clement バレンタイン クレメン via flang-commits flang-commits at lists.llvm.org
Thu Nov 14 21:31:04 PST 2024


clementval wrote:

Can you add a test with multiple return like: 

```
program test
  integer, device :: a(10)
  logical :: l

  if (l) then
    return
  end if

  return
end
```

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


More information about the flang-commits mailing list