Commit 6bdf2cb
authored
[mlir][NFC] Remove redundant insertion point changes (#161837)
These insertion points were added in
llvm/llvm-project#146551 and
llvm/llvm-project#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/llvm-project#146955) making the
changes now redundant.1 parent bbae6a4 commit 6bdf2cb
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