Commit 15033b7
[mlir][NFC] Remove redundant insertion point changes (llvm#161837)
These insertion points were added in
llvm#146551 and
llvm#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 (llvm#146955) making the
changes now redundant.1 parent f8af3a5 commit 15033b7
File tree
2 files changed
+2
-4
lines changed- mlir/lib/Conversion
- SPIRVToLLVM
- TosaToLinalg
2 files changed
+2
-4
lines changedLines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | | - | |
271 | | - | |
272 | | - | |
| 270 | + | |
| 271 | + | |
273 | 272 | | |
274 | 273 | | |
275 | 274 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
802 | 802 | | |
803 | 803 | | |
804 | 804 | | |
805 | | - | |
806 | 805 | | |
807 | 806 | | |
808 | 807 | | |
| |||
0 commit comments