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 Polyfill Scaffolding #31

Open ktemkin opened 5 days ago

ktemkin commented 5 days ago

Description

In #25 we designed a system to enable polyfilling operations that do not exist on the target architecture. This task deals with the implementation of that system.

As part of this task it should be integrated with the pre-existing scaffolding for emitting calls to the polyfills as they are implemented.