[llvm] [RemoveDIs] C API: Add before-dbg-record versions of IRBuilder position funcs (PR #92417)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 7 01:29:56 PDT 2024


================
@@ -3957,9 +3957,28 @@ const unsigned *LLVMGetIndices(LLVMValueRef Inst);
 
 LLVMBuilderRef LLVMCreateBuilderInContext(LLVMContextRef C);
 LLVMBuilderRef LLVMCreateBuilder(void);
+/**
+ * Set the builder poisiton before Instr but after any attached debug records,
----------------
nikic wrote:

```suggestion
 * Set the builder position before Instr but after any attached debug records,
```
Same below.

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


More information about the llvm-commits mailing list