[all-commits] [llvm/llvm-project] d98e60: Emit error message instead of asserting

Vimal via All-commits all-commits at lists.llvm.org
Thu Apr 6 08:45:48 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d98e60069975e003ab5216b7ac7f64be0fd4ea01
      https://github.com/llvm/llvm-project/commit/d98e60069975e003ab5216b7ac7f64be0fd4ea01
  Author: Vimal Patel <vimal at polymagelabs.com>
  Date:   2023-04-06 (Thu, 06 Apr 2023)

  Changed paths:
    M mlir/test/Dialect/Affine/loop-tiling-parametric.mlir
    M mlir/test/lib/Dialect/Affine/TestAffineLoopParametricTiling.cpp

  Log Message:
  -----------
  Emit error message instead of asserting

test-affine-parametric-tile pass was crashing on an incorrect input.
Instead it should emit an error message and exit.

Fixes: https://github.com/llvm/llvm-project/issues/61528

Reviewed By: mehdi_amini, bondhugula

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




More information about the All-commits mailing list