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

Mehdi Amini via All-commits all-commits at lists.llvm.org
Mon May 15 15:36:48 PDT 2023


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

  Changed paths:
    M mlir/include/mlir/Dialect/Transform/IR/TransformDialect.td
    M mlir/test/Dialect/Transform/ops-invalid.mlir

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

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

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


  Commit: 51c8af2763dd7820bea5abf28728b400a86d1ba3
      https://github.com/llvm/llvm-project/commit/51c8af2763dd7820bea5abf28728b400a86d1ba3
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2023-05-15 (Mon, 15 May 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
    M mlir/lib/Dialect/Vector/IR/VectorOps.cpp

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

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

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


  Commit: ee9c8b0d2dc3847a9b1b3045b1f76699c5e77335
      https://github.com/llvm/llvm-project/commit/ee9c8b0d2dc3847a9b1b3045b1f76699c5e77335
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2023-05-15 (Mon, 15 May 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/X86Vector/X86Vector.td

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

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

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


Compare: https://github.com/llvm/llvm-project/compare/407b4648b870...ee9c8b0d2dc3


More information about the All-commits mailing list