[all-commits] [llvm/llvm-project] 3d7383: [mlir][affine] Prevent vectorizer test from crash ...

Kai Sasaki via All-commits all-commits at lists.llvm.org
Wed Mar 22 18:17:52 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3d7383d7f44a4b9760f6566e62950968e90e0a1c
      https://github.com/llvm/llvm-project/commit/3d7383d7f44a4b9760f6566e62950968e90e0a1c
  Author: Kai Sasaki <lewuathe at gmail.com>
  Date:   2023-03-23 (Thu, 23 Mar 2023)

  Changed paths:
    M mlir/test/Dialect/Affine/SuperVectorize/compose_maps.mlir
    M mlir/test/lib/Dialect/Affine/TestVectorizationUtils.cpp

  Log Message:
  -----------
  [mlir][affine] Prevent vectorizer test from crash without any map

If the vectorizer test pass does not get any affine map, it should output nothing instead of crash.

Issue: https://github.com/llvm/llvm-project/issues/61534

Reviewed By: nicolasvasilache, dcaballe

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




More information about the All-commits mailing list