[all-commits] [llvm/llvm-project] 3d5348: [MLIR][Affine] Fix addInductionVarOrTerminalSymbol...

Uday Bondhugula via All-commits all-commits at lists.llvm.org
Mon Mar 3 01:25:49 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3d5348b54ca91ac081a97b37d53e1ef4db62fdbe
      https://github.com/llvm/llvm-project/commit/3d5348b54ca91ac081a97b37d53e1ef4db62fdbe
  Author: Uday Bondhugula <uday at polymagelabs.com>
  Date:   2025-03-03 (Mon, 03 Mar 2025)

  Changed paths:
    M mlir/include/mlir/Dialect/Affine/Analysis/AffineStructures.h
    M mlir/lib/Dialect/Affine/Analysis/AffineStructures.cpp
    M mlir/lib/Dialect/Affine/Analysis/Utils.cpp
    M mlir/test/Dialect/Affine/parallelize.mlir

  Log Message:
  -----------
  [MLIR][Affine] Fix addInductionVarOrTerminalSymbol to return status (#129476)

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

This method is failable on valid IR and we should've been returning
failure instead of asserting, and checking status at its users.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list