[all-commits] [llvm/llvm-project] 4571f8: [flang][lowering] Add support for lowering of the ...

Andrzej WarzyƄski via All-commits all-commits at lists.llvm.org
Fri Mar 18 03:37:24 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4571f8aa05a1eb88532edfcf7e144633535d5e85
      https://github.com/llvm/llvm-project/commit/4571f8aa05a1eb88532edfcf7e144633535d5e85
  Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
  Date:   2022-03-18 (Fri, 18 Mar 2022)

  Changed paths:
    M flang/lib/Lower/IntrinsicCall.cpp
    A flang/test/Lower/Intrinsics/ior.f90

  Log Message:
  -----------
  [flang][lowering] Add support for lowering of the `ior` intrinsic

This patch adds support for lowering of the `ior` intrinsic from
Fortran to the FIR dialect of MLIR.

This is part of the upstreaming effort from the `fir-dev` branch in [1].

[1] https://github.com/flang-compiler/f18-llvm-project

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

Co-authored-by: Jean Perier <jperier at nvidia.com>
Co-authored-by: V Donaldson <vdonaldson at nvidia.com>
Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>




More information about the All-commits mailing list