[llvm] Add the 'initializes' attribute langref and support (PR #84803)

Jan Voung via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 26 06:47:04 PDT 2024


================
@@ -1565,6 +1566,8 @@ class LLVMContextImpl {
   UniqueStringSaver Saver{Alloc};
   SpecificBumpPtrAllocator<ConstantRangeAttributeImpl>
       ConstantRangeAttributeAlloc;
+  SpecificBumpPtrAllocator<ConstantRangeListAttributeImpl>
----------------
jvoung wrote:

It seems this isn't used anymore? Just using Alloc now?

Then the forward declaration of ConstantRangeListAttributeImpl above isn't needed.

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


More information about the llvm-commits mailing list