[all-commits] [llvm/llvm-project] c45bd4: [flang] Upstream fix to allocmem codegen to deal w...

Eric Schweitz via All-commits all-commits at lists.llvm.org
Fri Feb 11 11:13:09 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c45bd4b9e58ec6359ec07993eff81bd163a2d6ac
      https://github.com/llvm/llvm-project/commit/c45bd4b9e58ec6359ec07993eff81bd163a2d6ac
  Author: Eric Schweitz <eschweitz at nvidia.com>
  Date:   2022-02-11 (Fri, 11 Feb 2022)

  Changed paths:
    M flang/include/flang/Optimizer/Dialect/FIRType.h
    M flang/lib/Optimizer/CodeGen/CodeGen.cpp
    A flang/test/Fir/alloc.fir
    M flang/test/Fir/convert-to-llvm.fir

  Log Message:
  -----------
  [flang] Upstream fix to allocmem codegen to deal with missing dimensions
for sequence of character types.

Upstream type test. Upstream test. Fix tests.

Do not run on windows, as that is not an implemented target.

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




More information about the All-commits mailing list