[all-commits] [llvm/llvm-project] c67a87: [flang] Add more diagnostics to fir.coordinate_of

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Tue Jun 21 11:43:40 PDT 2022


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

  Changed paths:
    M flang/include/flang/Optimizer/Dialect/FIROps.td
    M flang/lib/Optimizer/CodeGen/BoxedProcedure.cpp
    M flang/lib/Optimizer/Dialect/FIROps.cpp
    R flang/test/Fir/Todo/coordinate_of_1.fir
    R flang/test/Fir/Todo/coordinate_of_5.fir
    R flang/test/Fir/Todo/coordinate_of_6.fir
    M flang/test/Fir/convert-to-llvm.fir
    A flang/test/Fir/coordinate_of_1.fir
    A flang/test/Fir/coordinateof.fir
    M flang/test/Fir/invalid.fir

  Log Message:
  -----------
  [flang] Add more diagnostics to fir.coordinate_of

Add more diagnostics to fir.coordinate_of to provide better checking
that the IR is sane.

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

Reviewed By: PeteSteinfeld

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

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




More information about the All-commits mailing list