[all-commits] [llvm/llvm-project] 991547: [mlir] Add an additional check to vectorizeStaticL...

Adrian Kuegel via All-commits all-commits at lists.llvm.org
Thu Jun 23 01:24:25 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 991547703a1909392eccc1080778117e522db9f7
      https://github.com/llvm/llvm-project/commit/991547703a1909392eccc1080778117e522db9f7
  Author: Adrian Kuegel <akuegel at google.com>
  Date:   2022-06-23 (Thu, 23 Jun 2022)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
    M mlir/test/Dialect/Linalg/vectorization.mlir

  Log Message:
  -----------
  [mlir] Add an additional check to vectorizeStaticLinalgOpPrecondition.

We need to make sure that the types used in the body are valid element types
for VectorType.

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




More information about the All-commits mailing list