[flang-commits] [flang] [flang][cuda][NFC] Remove TODO implemented in semantic (PR #148058)
Zhen Wang via flang-commits
flang-commits at lists.llvm.org
Thu Jul 10 20:48:54 PDT 2025
================
@@ -4842,8 +4842,6 @@ class FirConverter : public Fortran::lower::AbstractConverter {
.detailsIf<Fortran::semantics::ObjectEntityDetails>()) {
if (details->cudaDataAttr() &&
*details->cudaDataAttr() != Fortran::common::CUDADataAttr::Pinned) {
- // TODO: This should probably being checked in semantic and give a
----------------
wangzpgi wrote:
This change is to remove this comment? Just to make sure there are not missing files attached :)
https://github.com/llvm/llvm-project/pull/148058
More information about the flang-commits
mailing list