Displaying 1 result from an estimated 1 matches for "4bb14513".
2019 Jul 29
3
Arguments name IR LLVM
On Mon, Jul 29, 2019 at 4:39 AM Hans Wennborg via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> The arguments are unnamed, which means they will be implicitly named %0,
> %1, %2.
>
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. We can