[all-commits] [llvm/llvm-project] 978b65: [mlir][SPIRVToLLVM] Set valid insertion point afte...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Tue Jul 1 08:42:41 PDT 2025
Branch: refs/heads/users/matthias-springer/ip_spirvllvm
Home: https://github.com/llvm/llvm-project
Commit: 978b656a696980c893a6826e62cc283cbd0606b5
https://github.com/llvm/llvm-project/commit/978b656a696980c893a6826e62cc283cbd0606b5
Author: Matthias Springer <me at m-sp.org>
Date: 2025-07-01 (Tue, 01 Jul 2025)
Changed paths:
M mlir/lib/Conversion/SPIRVToLLVM/ConvertLaunchFuncToLLVMCalls.cpp
Log Message:
-----------
[mlir][SPIRVToLLVM] Set valid insertion point after op erasure
Erasing/replacing an op, which is also the current insertion point, invalidates the insertion point. Explicitly set the insertion point, so that `copy` does not crash after the One-Shot Dialect Conversion refactoring.
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