You might want to enable the dump_module
option, eg. @code_llvm dump_module=true 1+1
, if you want IR that’s compatible with the rest of LLVM tooling.
1 Like
You might want to enable the dump_module
option, eg. @code_llvm dump_module=true 1+1
, if you want IR that’s compatible with the rest of LLVM tooling.