[all-commits] [llvm/llvm-project] ae3563: [flang] Fix bugs relating to support for character...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Tue Jun 28 06:29:20 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ae35635f346a1846959c913e29e60e2398ffb0e0
      https://github.com/llvm/llvm-project/commit/ae35635f346a1846959c913e29e60e2398ffb0e0
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2022-06-28 (Tue, 28 Jun 2022)

  Changed paths:
    M flang/lib/Optimizer/Dialect/FIROps.cpp
    M flang/test/Fir/invalid.fir
    A flang/test/Lower/array-wide-char.f90

  Log Message:
  -----------
  [flang] Fix bugs relating to support for characters of different kinds

Fix bugs relating to support for characters of different kinds. Lowering
was creating bad FIR and MLIR that crashed in conversion to LLVM IR.

This patch is part of the upstreaming effort from fir-dev branch.

Reviewed By: jeanPerier

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

Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>




More information about the All-commits mailing list