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
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
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