[all-commits] [llvm/llvm-project] 5041fe: [mlir][vector] Fix integer promotion type mismatch

Lei Zhang via All-commits all-commits at lists.llvm.org
Mon Apr 17 11:29:50 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5041fe8439c161e5d9d8f7774f7ca95af46d880e
      https://github.com/llvm/llvm-project/commit/5041fe8439c161e5d9d8f7774f7ca95af46d880e
  Author: Lei Zhang <antiagainst at google.com>
  Date:   2023-04-17 (Mon, 17 Apr 2023)

  Changed paths:
    M mlir/lib/Dialect/Vector/Transforms/VectorTransforms.cpp
    M mlir/test/Dialect/Vector/vector-contract-matmul-transforms.mlir

  Log Message:
  -----------
  [mlir][vector] Fix integer promotion type mismatch

We need to create a new type with transposed shape after
transposing the operand in `CanonicalizeContractMatmulToMMT`.

Reviewed By: kuhar, dcaballe

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




More information about the All-commits mailing list