[all-commits] [llvm/llvm-project] 0b785a: [flang][fir] Add remaining Ops. Updates to pre-exi...

Eric Schweitz via All-commits all-commits at lists.llvm.org
Fri Feb 26 17:21:56 PST 2021


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

  Changed paths:
    M flang/include/flang/Optimizer/Dialect/FIROps.td
    M flang/lib/Lower/CharacterExpr.cpp
    M flang/lib/Lower/IO.cpp
    M flang/lib/Optimizer/Dialect/FIRDialect.cpp
    M flang/lib/Optimizer/Dialect/FIROps.cpp
    M flang/test/Fir/fir-ops.fir

  Log Message:
  -----------
  [flang][fir] Add remaining Ops. Updates to pre-existing Ops.

  - add ops: rebox, insert_on_range, absent, is_present
  - embox, coordinate_of: replace old hand-written parser/pretty-printer with assembly format
  - remove dead floating point ops, since buitlins work for all types
  - update call op
  - update documentation
  - misc. NFC to formatting
  - add op round trip tests

Authors: Eric Schweitz, Jean Perier, Zachary Selk, Kiran Chandramohan, et.al.

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




More information about the All-commits mailing list