About the ClangIR category

Clang IR (CIR) is a new IR for Clang. ClangIR (CIR) is built on top of MLIR and it’s basically a mlir dialect for C/C++ based languages in Clang. It’s representation level sits somewhere between Clang AST and LLVM IR.