[all-commits] [llvm/llvm-project] 6bdf2c: [mlir][NFC] Remove redundant insertion point chang...
Markus Böck via All-commits
all-commits at lists.llvm.org
Fri Oct 3 06:06:22 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6bdf2cb2024e3a1f9596189f567b13665a19d1b1
https://github.com/llvm/llvm-project/commit/6bdf2cb2024e3a1f9596189f567b13665a19d1b1
Author: Markus Böck <markus.boeck02 at gmail.com>
Date: 2025-10-03 (Fri, 03 Oct 2025)
Changed paths:
M mlir/lib/Conversion/SPIRVToLLVM/ConvertLaunchFuncToLLVMCalls.cpp
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalgNamed.cpp
Log Message:
-----------
[mlir][NFC] Remove redundant insertion point changes (#161837)
These insertion points were added in
https://github.com/llvm/llvm-project/pull/146551 and
https://github.com/llvm/llvm-project/pull/146908 to support the one-shot
dialect conversion driver which performs changes to the IR immediately
and would otherwise invalidate previous insertion points.
Since then, the insertion point has been made resilient against op
erasure (https://github.com/llvm/llvm-project/pull/146955) making the
changes now redundant.
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