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

Benji Smith via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 16 04:20:20 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
----------------
Benjins wrote:

Fixed these

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


More information about the llvm-commits mailing list