Marius Brehler 0f1ac5e110 [mlir][emitc] Add add and sub operations
This adds operations for binary additive operators to EmitC. The input
arguments to these ops can be EmitC pointers and thus the operations can
be used for pointer arithmetic.

Reviewed By: jpienaar

Differential Revision: https://reviews.llvm.org/D149963
2023-06-23 12:15:06 +00:00
..
2023-06-22 22:05:55 -07:00

Multi-Level Intermediate Representation

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