[all-commits] [llvm/llvm-project] 0b1733: [mlir][Vector] Make vector.shape_cast based size-1...

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Mon Nov 15 13:21:55 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0b17336f793108a7b10c3fa913039144ef1d0f61
      https://github.com/llvm/llvm-project/commit/0b17336f793108a7b10c3fa913039144ef1d0f61
  Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
  Date:   2021-11-15 (Mon, 15 Nov 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Vector/VectorOps.h
    M mlir/lib/Dialect/Vector/VectorOps.cpp
    M mlir/lib/Dialect/Vector/VectorTransforms.cpp
    M mlir/test/Dialect/Vector/canonicalize.mlir
    A mlir/test/Dialect/Vector/vector-dim-one-shape-cast.mlir

  Log Message:
  -----------
  [mlir][Vector] Make vector.shape_cast based size-1 foldings opt-in and separate.

This is in prevision of dropping them altogether and using insert/extract based patterns.

Reviewed By: antiagainst

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




More information about the All-commits mailing list