[all-commits] [llvm/llvm-project] d48035: [mlir][sparse] Do not access operation after it wa...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Tue Jul 1 12:40:15 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d48035942050781796b95af143e5a911378553de
https://github.com/llvm/llvm-project/commit/d48035942050781796b95af143e5a911378553de
Author: Matthias Springer <me at m-sp.org>
Date: 2025-07-01 (Tue, 01 Jul 2025)
Changed paths:
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorConversion.cpp
Log Message:
-----------
[mlir][sparse] Do not access operation after it was replaced (#146546)
Accessing an erased operation will no longer work during a One-Shot
Dialect Conversion.
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