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

Andreas Jonson via llvm-commits llvm-commits at lists.llvm.org
Wed May 1 23:43:16 PDT 2024


================
@@ -673,6 +673,18 @@ LLVMAttributeRef LLVMCreateTypeAttribute(LLVMContextRef C, unsigned KindID,
  */
 LLVMTypeRef LLVMGetTypeAttributeValue(LLVMAttributeRef A);
 
+/**
+ * Create a ConstantRange attribute.
+ *
+ * LowerWords and UpperWords needs to be NumBits devided by 64 runded up
----------------
andjo403 wrote:

fixed, I need to get a spell checker :(

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


More information about the llvm-commits mailing list