[all-commits] [llvm/llvm-project] afba86: [mlir][vector] Add fold for ExtractStridedSlice(no...

Jakub Kuderski via All-commits all-commits at lists.llvm.org
Fri Nov 25 10:45:25 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: afba86709fc5c2d9c6b34bd4fedff4ea1deeed23
      https://github.com/llvm/llvm-project/commit/afba86709fc5c2d9c6b34bd4fedff4ea1deeed23
  Author: Jakub Kuderski <kubak at google.com>
  Date:   2022-11-25 (Fri, 25 Nov 2022)

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

  Log Message:
  -----------
  [mlir][vector] Add fold for ExtractStridedSlice(non-splat ConstantOp)

This allows us to better canonicalize/clean-up code created by the Wide
Integer Emulation pass.

Reviewed By: antiagainst

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




More information about the All-commits mailing list