Displaying 2 results from an estimated 2 matches for "svn334776".
2019 Dec 08
2
How to generate a .ll file with functions' parameter names
...86-64" "target-features"="+fxsr,+mmx,+sse,+sse2,+x87"
"unsafe-fp-math"="false" "use-soft-float"="false" }
!llvm.module.flags = !{!0}
!llvm.ident = !{!1}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{!"clang version 6.0.1-svn334776-1~exp1~20190309042703.125
(branches/release_60)"}
Could you tell me why I don't see a and b parameters for the sum function?
Thanks
Alberto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191208/0d...
2019 Dec 08
2
How to generate a .ll file with functions' parameter names
...,+sse2,+x87"
>> "unsafe-fp-math"="false" "use-soft-float"="false" }
>>
>> !llvm.module.flags = !{!0}
>> !llvm.ident = !{!1}
>>
>> !0 = !{i32 1, !"wchar_size", i32 4}
>> !1 = !{!"clang version 6.0.1-svn334776-1~exp1~20190309042703.125
>> (branches/release_60)"}
>>
>> Could you tell me why I don't see a and b parameters for the sum function?
>>
>> Thanks
>> Alberto
>> _______________________________________________
>> LLVM Developers mailing list
&...