Jasmine Karthikeyan

Results 109 comments of Jasmine Karthikeyan

@eme64 Thanks for the testing results! It looks like bytelong conversion isn't supported with AVX1, so I've pushed a small to make the test to check for AVX2 in those...

Thank you for the review @TobiHartmann!

Thanks for the testing and review @eme64! /integrate

Thanks for looking at the build changes, @magicus! I've pushed a commit that removes the extra newline in the makefiles and adds newlines to the ends of files that were...

Thanks a lot for your analysis of the patch, @iwanowww! I hope to answer some of your questions here. > It's hard to see what use cases it is targeted...

Thanks everyone for the discussion. I've pushed a commit that restructures the pass, removing the backend-specific node definition and making the pass extend `PhaseIterGVN` so that nodes can do further...

@jatin-bhateja Thanks for the bug report! I was able to reproduce it on my system as well. I apologize for the late response, I had been busy with my studies...

Thanks a lot for the ideas! I agree that running IGVN for the whole graph could become too expensive. I think that the suggestion with `PhaseGVN::apply_identity` is good, I'll make...