[all-commits] [llvm/llvm-project] a1f55b: Adopt Properties to store operations inherent Attr...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Tue May 2 20:57:11 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a1f55bd33a08cb2d233a5dd50c9f4126dac17300
      https://github.com/llvm/llvm-project/commit/a1f55bd33a08cb2d233a5dd50c9f4126dac17300
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2023-05-02 (Tue, 02 May 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Tosa/IR/TosaOpBase.td
    M mlir/lib/Dialect/Tosa/IR/TosaOps.cpp
    M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg-named.mlir
    M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
    M mlir/test/Dialect/Tosa/broadcast.mlir
    M mlir/test/Dialect/Tosa/canonicalize.mlir
    M mlir/test/Dialect/Tosa/constant-op-fold.mlir
    M mlir/test/Dialect/Tosa/tosa-decompose-conv2d.mlir
    M mlir/test/Dialect/Tosa/tosa-decompose-depthwise.mlir
    M mlir/test/Dialect/Tosa/tosa-decompose-transpose-conv.mlir
    M mlir/test/Dialect/Tosa/tosa-infer-shapes.mlir

  Log Message:
  -----------
  Adopt Properties to store operations inherent Attributes in TOSA

This is part of an on-going migration to adopt Properties inside MLIR.

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


  Commit: 7143e3335d92b9f2a987cfccb65461e186af7f4b
      https://github.com/llvm/llvm-project/commit/7143e3335d92b9f2a987cfccb65461e186af7f4b
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2023-05-02 (Tue, 02 May 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Func/IR/FuncOps.td
    M mlir/test/IR/print-ir-invalid.mlir
    M mlir/test/IR/wrapping_op.mlir
    M mlir/test/mlir-lsp-server/hover.test

  Log Message:
  -----------
  Adopt Properties to store operations inherent Attributes in the Func dialect

This is part of an on-going migration to adopt Properties inside MLIR.

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


  Commit: 9fbe3b511bf703d0d24b83dfee155d88dbe9ce12
      https://github.com/llvm/llvm-project/commit/9fbe3b511bf703d0d24b83dfee155d88dbe9ce12
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2023-05-02 (Tue, 02 May 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Arith/IR/ArithBase.td
    M mlir/test/CAPI/ir.c
    M mlir/test/Dialect/Linalg/invalid.mlir
    M mlir/test/mlir-lsp-server/hover.test

  Log Message:
  -----------
  Adopt Properties to store operations inherent Attributes in the Arith dialect

This is part of an on-going migration to adopt Properties inside MLIR.

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


Compare: https://github.com/llvm/llvm-project/compare/e46aa7f92729...9fbe3b511bf7


More information about the All-commits mailing list