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
In ClangIR, we replaced a trivial copy constructor call with cir::CopyOp in the LoweringPrepare pass. cir::CopyOp is already upstreamed, but not used for that case.