[llvm] Add the 'initializes' attribute langref and support (PR #84803)
Haopeng Liu via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 26 09:59:03 PDT 2024
================
@@ -1565,6 +1566,8 @@ class LLVMContextImpl {
UniqueStringSaver Saver{Alloc};
SpecificBumpPtrAllocator<ConstantRangeAttributeImpl>
ConstantRangeAttributeAlloc;
+ SpecificBumpPtrAllocator<ConstantRangeListAttributeImpl>
----------------
haopliu wrote:
Yes, done!
https://github.com/llvm/llvm-project/pull/84803
More information about the llvm-commits
mailing list