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
{{ message }}
This repository was archived by the owner on Feb 21, 2026. It is now read-only.
Add a dedicated Alias op better represent aliases in ClangIR. Currently with emitAliasForGlobal in clang/lib/CIR/CodeGen/CIRGenModule.cpp, we're representing aliases with a Function Op, which couples FuncOp creation with AliasOp creation.
I'm still new to the project but it seems from the consensus in meeting, this will be needed