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
[acc][flang] Use SymbolRefAttr for func_name in ACC routine
Changed the type of the `func_name` attribute from SymbolNameAttr to SymbolRefAttr.
SymbolNameAttr is typically used when defining a symbol (e.g., `sym_name`), while
SymbolRefAttr is appropriate for referencing existing operations. This change ensures
that MLIR can correctly track the link to the referenced `func.func` operation.
0 commit comments