It looks like Ethereum Team is moving to more adaptation for Yul support, since it allows for better optimizations and helps with common EVM compilation issues, such as stack-too-deep errors (error that I faced when trying to compile for TVM).
Are there plans to add Yul IR compilation option to TVM compiler? Failed to search for any information regarding Yul for TVM.
Hi folks.
It looks like Ethereum Team is moving to more adaptation for Yul support, since it allows for better optimizations and helps with common EVM compilation issues, such as
stack-too-deep
errors (error that I faced when trying to compile for TVM).Are there plans to add Yul IR compilation option to TVM compiler? Failed to search for any information regarding Yul for TVM.