[all-commits] [llvm/llvm-project] f6e8b3: [flang] Don't convert actual argument if IGNORE_TK...

kkwli via All-commits all-commits at lists.llvm.org
Thu May 25 10:26:55 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f6e8b3ec8d16e619f93001fa1ad9c428330022e7
      https://github.com/llvm/llvm-project/commit/f6e8b3ec8d16e619f93001fa1ad9c428330022e7
  Author: Kelvin Li <kli at ca.ibm.com>
  Date:   2023-05-25 (Thu, 25 May 2023)

  Changed paths:
    M flang/lib/Semantics/check-call.cpp
    M flang/test/Semantics/ignore_tkr02.f90

  Log Message:
  -----------
  [flang] Don't convert actual argument if IGNORE_TKR is present for the corresponding dummy

This patch is to remove the conversion of the actual argument that
is associated with the dummy argument specified with the IGNORE_TKR
directive.

Commit on behalf of @danielcchen

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




More information about the All-commits mailing list