Files
clang-p2996/mlir
Kirill Chibisov 74687180dd [mlir][emitc] Make CExpression trait into interface (#142771)
By defining `CExpressionInterface`, we move the side effect detection
logic from `emitc.expression` into the individual operations
implementing the interface allowing operations to gradually tune the
side effect.

It also allows checking for side effects each operation individually.
2025-06-18 07:38:47 +02:00
..

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.