[all-commits] [llvm/llvm-project] a0c930: [mlir][Vector] Support 0-D vectors in `CmpIOp`

Michal Terepeta via All-commits all-commits at lists.llvm.org
Sun Dec 12 05:29:26 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a0c930d312848b43f94bc13060a687c3bbe96b78
      https://github.com/llvm/llvm-project/commit/a0c930d312848b43f94bc13060a687c3bbe96b78
  Author: Michal Terepeta <michalt at google.com>
  Date:   2021-12-12 (Sun, 12 Dec 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Arithmetic/IR/ArithmeticOps.td
    M mlir/include/mlir/IR/OpBase.td
    M mlir/test/Conversion/ArithmeticToLLVM/arith-to-llvm.mlir
    M mlir/test/Dialect/Arithmetic/ops.mlir
    M mlir/test/Integration/Dialect/Vector/CPU/test-0-d-vectors.mlir

  Log Message:
  -----------
  [mlir][Vector] Support 0-D vectors in `CmpIOp`

Following the example of `VectorOfAnyRankOf`, I've done a few changes in the
`.td` files to help with adding the support for the 0-D case gradually.

Reviewed By: ftynse

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




More information about the All-commits mailing list