[all-commits] [llvm/llvm-project] 3332dc: [flang] CUDA Fortran - part 3/5: declarations chec...

Peter Klausler via All-commits all-commits at lists.llvm.org
Wed May 31 10:42:39 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3332dc32580751885eef797f6657d363091f69f3
      https://github.com/llvm/llvm-project/commit/3332dc32580751885eef797f6657d363091f69f3
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2023-05-31 (Wed, 31 May 2023)

  Changed paths:
    M flang/include/flang/Evaluate/type.h
    M flang/include/flang/Semantics/type.h
    M flang/lib/Evaluate/type.cpp
    M flang/lib/Semantics/check-declarations.cpp
    M flang/lib/Semantics/type.cpp
    A flang/module/__cuda_builtins.f90
    M flang/test/Semantics/bind-c06.f90
    A flang/test/Semantics/cuf02.cuf
    A flang/test/Semantics/cuf03.cuf
    A flang/test/Semantics/cuf08.cuf
    M flang/test/Semantics/resolve65.f90
    M flang/test/Semantics/resolve67.f90

  Log Message:
  -----------
  [flang] CUDA Fortran - part 3/5: declarations checking

Implements checks for CUDA Fortran attributes on objects, types, and
subprograms.  Includes a couple downgrades of existing errors into
warnings that were exposed during testing.

Depends on https://reviews.llvm.org/D150159 &
https://reviews.llvm.org/D150161.

Differential Revision: https://reviews.llvm.org/D150162




More information about the All-commits mailing list