rust-lang / rustc_codegen_gcc

libgccjit AOT codegen for rustc
Apache License 2.0
921 stars 60 forks source link

GCC-specific codegen test #325

Open antoyo opened 1 year ago

antoyo commented 1 year ago

Possibly port those tests to check GIMPLE or to test using rustc_codegen_gcc somehow.

mubarak23 commented 7 months ago

can your further explain this issue

antoyo commented 7 months ago

@mubarak23: I added some explanation.

mubarak23 commented 7 months ago

sorry to ask, what is rustc_codegen_gcc and GIMPLE

antoyo commented 7 months ago

rustc_codegen_gcc is the name of this project and GIMPLE is one of GCC's intermediate representation.

mubarak23 commented 7 months ago

Alright, not sure if i fully understand this issue, can point to specific part of rustc_codegen_gcc project that need test to be written. these test here does not specify which one need to be work on.

antoyo commented 7 months ago

This is not an easy issue. I would not suggest starting with this one.

mubarak23 commented 7 months ago

Alright, can you point me to specific one i can take