[flang-commits] [flang] [flang][cuda] Add restriction on implicit data transfer (PR #87720)
Valentin Clement バレンタイン クレメン via flang-commits
flang-commits at lists.llvm.org
Fri Apr 5 09:11:18 PDT 2024
================
@@ -413,4 +415,18 @@ void CUDAChecker::Enter(const parser::CUFKernelDoConstruct &x) {
}
}
+void CUDAChecker::Enter(const parser::AssignmentStmt &x) {
+ const evaluate::Assignment *assign = semantics::GetAssignment(x);
----------------
clementval wrote:
Thanks for catching this!
https://github.com/llvm/llvm-project/pull/87720
More information about the flang-commits
mailing list