What did I do this week?
This week, I focused on extending symbolic support to the LLVM backend, successfully added tests for the basic_new_stack
function, and began implementing the Symbolic ASR pass with valuable assistance from Thirumalai Shaktivel and Shaikh Ubaid. For more detailed information y'all can refer my personal blog GSoC_week9
What will I be doing the next week ?
In the upcoming week, my plan is to complete the implementation of the Symbolic ASR pass, aiming for a robust and fully functional version that can effectively handle symbolic expressions across different backends.
Did I get stuck somewhere ?
Yes, I faced some challenges while framing the ASR pass as it's my first time doing so. However, with the guidance of Thirumalai Shaktivel and Shaikh Ubaid, I am making good progress towards completing the pass.