[all-commits] [llvm/llvm-project] 0c71a6: [mlir][Vector] Add folding for vector.mask with al...

Diego Caballero via All-commits all-commits at lists.llvm.org
Thu May 18 12:07:27 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0c71a6e7c8e9a22bc44f25a90e8bdd995b8d9261
      https://github.com/llvm/llvm-project/commit/0c71a6e7c8e9a22bc44f25a90e8bdd995b8d9261
  Author: Diego Caballero <diegocaballero at google.com>
  Date:   2023-05-18 (Thu, 18 May 2023)

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

  Log Message:
  -----------
  [mlir][Vector] Add folding for vector.mask with all-true masks

This patch removes `vector.mask` operations with all-true masks (i.e.,
all lanes enabled).

Reviewed By: hanchung

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




More information about the All-commits mailing list