https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117885

--- Comment #2 from Schrodinger ZHU Yifan <i at zhuyi dot fan> ---
(In reply to Richard Biener from comment #1)
> The 'GIMPLE' doesn't look like GIMPLE.  

The GIMPLE is the unmodified GIMPLE obtained from GCCJIT’s dump_initial_gimple
option. The variable name such %x are just named using unmangled special
character direction from upper level language.

> What is bitcast()?

It is obtained via gcc_jit_context_new_bitcast API.

> Can you show the
> -fdump-tree-X-gimple output with 'X' being the point after GIMPLE generation?

Not sure I can pass that as a driver argument or not but I can try playing with
it and also other gimple dumping options provided by gccjit.

Reply via email to