> OP's use case for the names aside, I think we should consider changing LLVM's IR printer to print unnamed arguments in function definitions as %0, %1, etc, like we do for instructions. I agree. I was thinking the same during the discussion. So: https://reviews.llvm.org/D65582. Tim.