IRTools.jl
IRTools.jl copied to clipboard
@code_ir %8=(%7)(%6) what does this mean and what is the function for argnames! and updates!?
@code_ir %8=(%7)(%6) what does this mean (means multiply or others)and what is the function for argnames! and updates!? Could the writer give us more examples for those API?
I'm not sure I fully understand the question, you might need to give a bit more detail. In general that kind of syntax means that %7 is a function, which you're calling with %6 as an argument.