[llvm] Add the 'initialized' attribute langref and support (PR #84803)
Jan Voung via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 14 17:28:59 PDT 2024
================
@@ -38,6 +38,9 @@ class IntAttr<string S, list<AttrProperty> P> : Attr<S, P>;
/// Type attribute.
class TypeAttr<string S, list<AttrProperty> P> : Attr<S, P>;
+/// Const range list attribute.
----------------
jvoung wrote:
nit: put closer to the ConstantRangeAttr?
https://github.com/llvm/llvm-project/pull/84803
More information about the llvm-commits
mailing list