On 5/10/2021 7:01 AM, juzhe.zh...@rivai.ai wrote:
Hi, I am a compiler engineer base on GCC in China. Recently, I develop a new pattern for vector widen multiply-accumulator(I call it widen fma) because the ISA in my project has the instruction (vwmacc). I develop a lot of code especiallly frontend (gimple&&generic) int GCC. This is useful for my project, but I am not sure whether it is useful for GCC overall. Can I deliver the code? And maybe you guys can check my code and refine it to have a better quality. Thank you!
The process for contributing code is to post the patch to the gcc-patches mailing list for design/implementation review. For new contributors, if the patch is acceptable, someone will commit it for you. Over time if you make several contributions, then we'll set you up with write access to the repository.
jeff