[all-commits] [llvm/llvm-project] 34d6c1: [fir] Update fir.array_update, fir.array_fetch and...

Eric Schweitz via All-commits all-commits at lists.llvm.org
Thu Sep 30 01:14:15 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 34d6c1822eebe2c69c850e14d48e986a5b68cbd6
      https://github.com/llvm/llvm-project/commit/34d6c1822eebe2c69c850e14d48e986a5b68cbd6
  Author: Eric Schweitz <eschweitz at nvidia.com>
  Date:   2021-09-30 (Thu, 30 Sep 2021)

  Changed paths:
    M flang/include/flang/Optimizer/Dialect/FIROps.td
    M flang/include/flang/Optimizer/Dialect/FIRType.h
    A flang/include/flang/Optimizer/Support/Utils.h
    M flang/lib/Optimizer/Dialect/FIROps.cpp
    M flang/test/Fir/fir-ops.fir
    M flang/test/Fir/invalid.fir

  Log Message:
  -----------
  [fir] Update fir.array_update, fir.array_fetch and fir.array_merge_store

Add typeparams to fir.array_update, fir.array_fetch and
fir.array_merge_store operations. Add optional slice operands to
fir.array_merge_store op.
Move verifiers to cpp file.

Reviewed By: kiranchandramohan

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

Co-authored-by: Valentin Clement <clementval at gmail.com>




More information about the All-commits mailing list