In the unified IR proposal proposed to evolve the low-level IR.
While there are some discussions about the name of the low-level IR,
we have yet decided the name. Here is a list of current choices
prim(primitive IR): this is a relevant choice mainly because we renamed the low-level
expression as PrimExpr
0voters
Once we decide the name, we will create a subfolder and namespace. The current low-level IR nodes(e.g. ir::SeqStmt)
will be moved to the new namespace(e.g. new_namespace:SeqStmt).