diff options
author | Markus Böck <markus.boeck02@gmail.com> | 2025-10-03 15:05:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-03 15:05:59 +0200 |
commit | 6bdf2cb2024e3a1f9596189f567b13665a19d1b1 (patch) | |
tree | 3ac994fac8518ac79aadcc9f815cef36fdb48d77 /clang/lib/AST/ExprConstant.cpp | |
parent | bbae6a460c9fe41bdbf1f93f36928301d53c7db0 (diff) | |
download | llvm-6bdf2cb2024e3a1f9596189f567b13665a19d1b1.zip llvm-6bdf2cb2024e3a1f9596189f567b13665a19d1b1.tar.gz llvm-6bdf2cb2024e3a1f9596189f567b13665a19d1b1.tar.bz2 |
[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.
Diffstat (limited to 'clang/lib/AST/ExprConstant.cpp')
0 files changed, 0 insertions, 0 deletions