reilabs / llvm-to-cairo

Efforts to compile LLVM bytecode to run on top of the CairoVM and hence execute provably on Starknet
http://starknet.io
Apache License 2.0
1 stars 0 forks source link

Implement ALU #43

Open ktemkin opened 5 days ago

ktemkin commented 5 days ago

Description

The additional ALU behaviors have been designed as part of #27. This task deals with actually implementing the ALU as a functional component, and plugging it into the code generation process.