chlizheng

Results 6 comments of chlizheng

@jim-wilson When I use gcc command to compile .c file, I get the direct instruction. But now,I want to get source instruction, how can I do it? best regards!

Hi, I have the same problem. Do you have solve it? Could you help me for this?

Hi. Is there a tool or reference of translation arm aasembly code to llvm-ir? best regards.

@mewmew Thanks very much. I'll check out them. Ask more thing. Actually, I want to translate arm to RISC-V, but I don't look anything about this.So I just prepare to...

@mewmew Thanks.If I want to translate arm to llvm-it bymyself for a try, is it possible? Is this job easy and is there some reference about this job? Now I...

@mewmew HI. I try to use the clang and llvm tools. Then I use ‘clang -S -emit-llvm hello.c’ to get hello.ll. And then use 'clang -c -emit-llvm hello.ll' to get...