summaryrefslogtreecommitdiff
path: root/mlir/test/Conversion/ArithToEmitC
AgeCommit message (Expand)Author
2025-09-01[mlir][emitc] Isolate expressions from above (#155641)Gil Rapaport
2025-05-01[mlir][EmitC] Add pass that combines all available emitc conversions (#117549)Simon Camphausen
2025-01-20[mlir][emitc] Set default dialect to emitc in ops with block (#123036)Kirill Chibisov
2025-01-16[mlir][emitc] Support convert arith.extf and arith.truncf to emitc (#121184)Jianjian Guan
2024-12-05[MLIR][EmitC] arith-to-emitc: Fix lowering of fptoui (#118504)Matthias Gehre
2024-08-27[mlir] Support emit fp16 and bf16 type to cpp (#105803)Jianjian Guan
2024-07-31[mlir][emitc] Lower arith.divui, remui (#99313)Corentin Ferry
2024-07-10[mlir][emitc] Lower arith.index_cast, arith.index_castui, arith.shli, arith.s...Corentin Ferry
2024-06-19[mlir][emitc] Refactor ArithToEmitC: perform sign adaptation, type conversion...Corentin Ferry
2024-06-18[mlir][emitc] arith.negf to EmitC conversion (#95372)Tina Jung
2024-06-04[mlir][emitc] arith.cmpf to EmitC conversion (#93671)Tina Jung
2024-06-03[mlir][emitc] Lower arith.andi, arith.ori, arith.xori to EmitCCorentin Ferry
2024-05-28[mlir][emitc] Support conversion of arith.divsi and arith.remsi to EmitC (#93...josel-amd
2024-05-22[mlir][emitc] Add EmitC lowering for arith.trunci, arith.extsi, arith.extuiCorentin Ferry
2024-05-03[mlir][emitc] Arith to EmitC: handle floating-point<->integer conversions (#8...Corentin Ferry
2024-04-18[mlir][emitc] Add EmitC lowering for arith.cmpi (#88700)Corentin Ferry
2024-03-22[mlir][emitc] Arith to EmitC: Handle addi, subi and muli (#86120)Matthias Gehre
2024-03-12[mlir][EmitC] Add an `emitc.conditional` operator (#84883)Marius Brehler
2024-03-08[mlir][emitc] Arith to EmitC conversion: constants (#83798)Tina Jung
2024-03-07[mlir][EmitC] Add Arith to EmitC conversions (#84151)Marius Brehler