Displaying 2 results from an estimated 2 matches for "af6342c8".
2019 Jul 29
3
Arguments name IR LLVM
...'s confusing to see %0
references with no definition. Unnamed BBs are another common source of
confusion, but I'd leave that alone for now.
Reid
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190729/af6342c8/attachment.html>
2019 Jul 29
5
Arguments name IR LLVM
Hi everybody,
I want to read the name of the arguments of fucntion IR LLVM, I have the following function define:
define void @vecadd(i32, float* nocapture readonly, float* nocapture readonly, float* nocapture) local_unnamed_addr #0 {
As we see, the argument has no name, if we look at call function in main function we see the arguments name (a, b and c):
call void @vecadd(i32 10, float*