Displaying 2 results from an estimated 2 matches for "23470452910da9f73b857b2e6a12f144".
2018 Aug 20
2
Function optimization pass
...(which uses legacy optimization API) works without any problem,
i.e if I run
opt -O2 go_back.bc -o go_back_o2.bc
then I get a new module where the (single) function go_back is optimized.
Many thanks for any response.
NB. The disassembled LLVM bitcode is at
https://gist.github.com/tathanhdinh/23470452910da9f73b857b2e6a12f144 if
anyone wants to take a look.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180820/99781ec5/attachment.html>
2018 Aug 21
2
Function optimization pass
...un
>>
>> opt -O2 go_back.bc -o go_back_o2.bc
>>
>> then I get a new module where the (single) function go_back is optimized.
>>
>> Many thanks for any response.
>>
>> NB. The disassembled LLVM bitcode is at
>> https://gist.github.com/tathanhdinh/23470452910da9f73b857b2e6a12f144 if
>> anyone wants to take a look.
>> _______________________________________________
>> LLVM Developers mailing list
>> llvm-dev at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>>
>
-------------- next part --------------
An HTML...