You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read the documentation and the proposed feature is not implemented.
Description
The current implement of isDeclaration() in core dialect is quite wonky, as it looks for a hl.alias named attribute, to detect that a function is an alias. This breaks the abstraction of core::FuncBaseOp being a generic function operation base (although so far no other dialect has an attribute for function aliasing).
The text was updated successfully, but these errors were encountered:
Prerequisites
Description
The current implement of
isDeclaration()
incore
dialect is quite wonky, as it looks for ahl.alias
named attribute, to detect that a function is an alias. This breaks the abstraction ofcore::FuncBaseOp
being a generic function operation base (although so far no other dialect has an attribute for function aliasing).The text was updated successfully, but these errors were encountered: