[llvm] Reapply [IR] Add new Range attribute using new ConstantRange Attribute type (PR #84617)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 9 00:51:18 PST 2024


================
@@ -14,6 +14,7 @@
 #ifndef LLVM_LIB_IR_LLVMCONTEXTIMPL_H
 #define LLVM_LIB_IR_LLVMCONTEXTIMPL_H
 
+#include "AttributeImpl.h"
----------------
nikic wrote:

Would a forward-declaration for ConstantRangeAttributeImpl be sufficient here?

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


More information about the llvm-commits mailing list