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 content of the aligned attribute is an Expr making it a bit troublesome to save the content in an MLIR attribute.
We could let clang evaluate the attribute in place but that requires us to make AST Context available in the attribute visitor.
The text was updated successfully, but these errors were encountered:
Prerequisites
Description
The content of the
aligned
attribute is anExpr
making it a bit troublesome to save the content in an MLIR attribute.We could let clang evaluate the attribute in place but that requires us to make AST Context available in the attribute visitor.
The text was updated successfully, but these errors were encountered: