Hi, I want to use emit_library_call to output a library call to "printf". The question is how to pass a format string argument?
Also, in the comment of emit_library_call mentions: "The rtx values should have been passed through protect_from_queue already." then, what should I do to pass the rtx values through protect_from_queue? Is there any doc or example to refer to?