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
[CIR][CIRGen] Introduce cir.delete.array op (#1172)
I am working on a clangir based solution to improve C++'s safety
(https://discourse.llvm.org/t/rfc-a-clangir-based-safe-c/83245). This is
similar with the previous analysis only approach I proposed, where we
may not care about the lowered code. And this is what I described as
layering problems in
https://discourse.llvm.org/t/rfc-a-clangir-based-safe-c/83245
This is similar with the other issue proposed
#1128. We'd better to emit the
higher level operations and lowering/optimizing it later.
This is also inspired our handling method for VAArg, where we use ABI
information to lower things during the passes. It gives me more
confidence that I am doing things right.
0 commit comments