Files
clang-p2996/mlir/lib/Conversion/SCFToEmitC
Gil Rapaport 8b7e836570 [mlir][emitc] Remove copy from scf.for lowering (#94898)
Remove the copy into fresh variables done when lowering scf.for into
emitc.for and use the variables carrying the init and iter values as
the loop's results.
2024-06-10 13:57:38 +03:00
..