[all-commits] [llvm/llvm-project] b00ddc: [mlir][affine] Fix a crash when cast incompatible ...

Longsheng Mou via All-commits all-commits at lists.llvm.org
Sun Jun 22 18:38:21 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b00ddce731c65d0924e49bd2f81436e3077aeab2
      https://github.com/llvm/llvm-project/commit/b00ddce731c65d0924e49bd2f81436e3077aeab2
  Author: Longsheng Mou <longshengmou at gmail.com>
  Date:   2025-06-23 (Mon, 23 Jun 2025)

  Changed paths:
    M mlir/lib/IR/AffineExpr.cpp
    M mlir/test/Dialect/Affine/simplify-structures.mlir

  Log Message:
  -----------
  [mlir][affine] Fix a crash when cast incompatible type (#145162)

This PR fixes a crash in `getSemiAffineExprFromFlatForm` when localExpr
is not `AffineBinaryOpExpr`. Fixes #144091.



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