[all-commits] [llvm/llvm-project] 07b892: [flang] Lower ArrayRef to hlfir.designate

jeanPerier via All-commits all-commits at lists.llvm.org
Fri Nov 18 01:10:46 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 07b89273949a8455aa805472e779f17e051736dd
      https://github.com/llvm/llvm-project/commit/07b89273949a8455aa805472e779f17e051736dd
  Author: Jean Perier <jperier at nvidia.com>
  Date:   2022-11-18 (Fri, 18 Nov 2022)

  Changed paths:
    M flang/include/flang/Optimizer/Builder/HLFIRTools.h
    M flang/lib/Lower/ConvertExprToHLFIR.cpp
    M flang/lib/Optimizer/Builder/HLFIRTools.cpp
    A flang/test/Lower/HLFIR/designators.f90

  Log Message:
  -----------
  [flang] Lower ArrayRef to hlfir.designate

Also add support for fir.boxchar in HLFIRTools so that character
designator with none constant lengths can be processed/converted to
fir::ExtendedValue.

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




More information about the All-commits mailing list