[all-commits] [llvm/llvm-project] e8b701: [flang] Remove unused AffineMapAttr from fir.box type

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Fri Sep 30 11:36:15 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e8b701208c792689e585370978a0ea747ba6342b
      https://github.com/llvm/llvm-project/commit/e8b701208c792689e585370978a0ea747ba6342b
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2022-09-30 (Fri, 30 Sep 2022)

  Changed paths:
    M flang/include/flang/Optimizer/Dialect/FIRTypes.td
    M flang/lib/Optimizer/Dialect/FIRType.cpp
    M flang/test/Fir/invalid-types.fir

  Log Message:
  -----------
  [flang] Remove unused AffineMapAttr from fir.box type

AffineMapAttr on fir.box type is not used. This patch
remove it. It can be added back later when needed.

Reviewed By: jeanPerier

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




More information about the All-commits mailing list