[all-commits] [llvm/llvm-project] 0aa4a0: [mlir][sparse] Fix a crash if block not have termi...
Longsheng Mou via All-commits
all-commits at lists.llvm.org
Tue Feb 10 17:09:07 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0aa4a016d6bb4da7b30005a1ee98c9763f9ff7da
https://github.com/llvm/llvm-project/commit/0aa4a016d6bb4da7b30005a1ee98c9763f9ff7da
Author: Longsheng Mou <longshengmou at gmail.com>
Date: 2026-02-11 (Wed, 11 Feb 2026)
Changed paths:
M mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp
M mlir/test/Dialect/SparseTensor/invalid.mlir
Log Message:
-----------
[mlir][sparse] Fix a crash if block not have terminator (#180741)
This PR fixes a crash in `verifyNumBlockArgs` if region not end with a
terminator. Fixes #180720.
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