[Mlir-commits] [clang] [llvm] [mlir] [polly] [IR][NFC] Update IRBuilder to use InsertPosition (PR #96497)

Nikita Popov llvmlistbot at llvm.org
Mon Jun 24 08:06:32 PDT 2024


================
@@ -44,15 +44,19 @@ template <> struct ilist_alloc_traits<Instruction> {
 iterator_range<simple_ilist<DbgRecord>::iterator>
 getDbgRecordRange(DbgMarker *);
 
+/// Class used to generate an insert position (ultimately always a
+/// BasicBlock::iterator, which it will implicitly convert to) from either:
+/// - An Instruction, inserting immediately prior.
----------------
nikic wrote:

Indicate that this is deprecated?

https://github.com/llvm/llvm-project/pull/96497


More information about the Mlir-commits mailing list