concrete icon indicating copy to clipboard operation
concrete copied to clipboard

[Codegen] Implement Structs and PathOp

Open edg-l opened this issue 1 year ago • 0 comments

Structs need to be implemented.

Implementing structs also requires to properly implement PathOp, which is the operation used to access a field of a struct.

https://github.com/lambdaclass/concrete/blob/771662e8343e246cfee4bcbd935fd1374d90c324/crates/concrete_codegen_mlir/src/codegen.rs#L110

https://github.com/lambdaclass/concrete/blob/771662e8343e246cfee4bcbd935fd1374d90c324/crates/concrete_codegen_mlir/src/codegen.rs#L508

https://github.com/lambdaclass/concrete/blob/771662e8343e246cfee4bcbd935fd1374d90c324/crates/concrete_codegen_mlir/src/codegen.rs#L269

edg-l avatar Jan 11 '24 08:01 edg-l