[all-commits] [llvm/llvm-project] e5c8fc: [mlir][vector] canonicalize unmasked gather/scatte...

Aart Bik via All-commits all-commits at lists.llvm.org
Fri Mar 5 14:24:17 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e5c8fc776fbd2c93e25f5749049ee31cf73a0a41
      https://github.com/llvm/llvm-project/commit/e5c8fc776fbd2c93e25f5749049ee31cf73a0a41
  Author: Aart Bik <ajcbik at google.com>
  Date:   2021-03-05 (Fri, 05 Mar 2021)

  Changed paths:
    M mlir/lib/Dialect/Vector/VectorOps.cpp
    M mlir/test/Dialect/Linalg/sparse_vector.mlir
    M mlir/test/Dialect/Vector/vector-mem-transforms.mlir

  Log Message:
  -----------
  [mlir][vector] canonicalize unmasked gather/scatter/compress/expand directly into l/s

With the new vector.load/store operations, there is no need to go through
unmasked transfer operations (which will canonicalized to l/s anyway).

Reviewed By: dcaballe

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




More information about the All-commits mailing list