[llvm-dev] Arguments name IR LLVM

Tim Northover via llvm-dev llvm-dev at lists.llvm.org
Thu Aug 1 08:29:24 PDT 2019


> 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.


More information about the llvm-dev mailing list