[llvm] [IR] Add new Range attribute using new ConstantRange Attribute type (PR #83171)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 8 12:51:57 PST 2024
nikic wrote:
Hm yeah, unlike the other attributes, this one has a non-trivial dtor, so we can't just stick in to the general LLVMContext BumpPtrAllocator.
https://github.com/llvm/llvm-project/pull/83171
More information about the llvm-commits
mailing list