[llvm] [C API] Add function to create constantRange attributes to C API (PR #90505)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 29 17:46:14 PDT 2024


================
@@ -673,6 +673,14 @@ LLVMAttributeRef LLVMCreateTypeAttribute(LLVMContextRef C, unsigned KindID,
  */
 LLVMTypeRef LLVMGetTypeAttributeValue(LLVMAttributeRef A);
 
+/**
+ * Create a constantRange attribute
----------------
nikic wrote:

```suggestion
 * Create a ConstantRange attribute.
```

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


More information about the llvm-commits mailing list