[all-commits] [llvm/llvm-project] 51485a: [mlir][bufferization] Do not access operation afte...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Thu Jul 3 04:48:08 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 51485ab46d33c1fd313a0f4c6df7b1e05c16fdb4
https://github.com/llvm/llvm-project/commit/51485ab46d33c1fd313a0f4c6df7b1e05c16fdb4
Author: Matthias Springer <me at m-sp.org>
Date: 2025-07-03 (Thu, 03 Jul 2025)
Changed paths:
M mlir/lib/Conversion/BufferizationToMemRef/BufferizationToMemRef.cpp
Log Message:
-----------
[mlir][bufferization] Do not access operation after it was replaced (#146860)
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