[llvm] [C API] Add accessors for new no-wrap flags on GEP instructions (PR #97970)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 15 00:24:43 PDT 2024


================
@@ -293,6 +293,14 @@ They are described in detail in the `debug info migration guide <https://llvm.or
   * ``LLVMGetTargetExtTypeNumTypeParams``/``LLVMGetTargetExtTypeTypeParam``
   * ``LLVMGetTargetExtTypeNumIntParams``/``LLVMGetTargetExtTypeIntParam``
 
+* Added the following functions for accessing/setting the no-wrap flags for a
+  GetElementPtr instruction
----------------
nikic wrote:

```suggestion
  GetElementPtr instruction:
```

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


More information about the llvm-commits mailing list