Issue 130187
Summary [CIR] Create CIR flattening pass
Labels ClangIR
Assignees andykaylor
Reporter andykaylor
    ClangIR must be flattened before it can be lowered to LLVM IR. Eventually this pass will be responsible for removing all operations that imply scope such as IfOp, LoopOp, ScopeOp, etc., and creating a situation where all blocks in a function belong to the parent region. Currently only ScopeOp is implemented, but lexical scopes are in the works.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to