[all-commits] [llvm/llvm-project] c86b45: [fir] Restrict array type on fir.insert_on_range

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Thu Nov 4 00:54:22 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c86b4503a94c277534ce4b9a5c015a6ac151b98a
      https://github.com/llvm/llvm-project/commit/c86b4503a94c277534ce4b9a5c015a6ac151b98a
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2021-11-04 (Thu, 04 Nov 2021)

  Changed paths:
    M flang/include/flang/Optimizer/Dialect/FIROps.td
    M flang/lib/Optimizer/Dialect/FIROps.cpp
    M flang/test/Fir/invalid.fir

  Log Message:
  -----------
  [fir] Restrict array type on fir.insert_on_range

Sequence type had no restriction on the insert_on_range operation.
This patch adds a restriction for the type to have constant shape
and size.

Reviewed By: mehdi_amini

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




More information about the All-commits mailing list