[all-commits] [llvm/llvm-project] 40d9e9: [flang] Support lowering of IS_CONTIGUOUS

PeixinQiao via All-commits all-commits at lists.llvm.org
Wed Jan 11 06:36:17 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 40d9e93ccaffc97a1e5baa863ceccb8226c57097
      https://github.com/llvm/llvm-project/commit/40d9e93ccaffc97a1e5baa863ceccb8226c57097
  Author: Peixin Qiao <qiaopeixin at huawei.com>
  Date:   2023-01-11 (Wed, 11 Jan 2023)

  Changed paths:
    M flang/include/flang/Optimizer/Builder/Runtime/Inquiry.h
    M flang/lib/Lower/ConvertExpr.cpp
    M flang/lib/Lower/IntrinsicCall.cpp
    M flang/lib/Optimizer/Builder/Runtime/Inquiry.cpp
    A flang/test/Lower/Intrinsics/is_contiguous.f90

  Log Message:
  -----------
  [flang] Support lowering of IS_CONTIGUOUS

This supports the lowering of intrinsic IS_CONTIGUOUS for array argument.
The argument of assumed rank is not supported since it is not implemented
yet as the procedure argument. Add TODO for it.

Reviewed By: PeteSteinfeld, jeanPerier

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




More information about the All-commits mailing list