The formatting is busted for functions that contain two _, since the markdown rendering underscores the part between the _
help?> code_llvm
search: code_llvm @code_llvm
code_llvm([io=stdout,], f, types)
Prints the LLVM bitcodes generated for running the method matching the
given generic function and type signature to io.
All metadata and dbg.* calls are removed from the printed bitcode. Use
codellvmraw for the full IR.