Displaying 2 results from an estimated 2 matches for "6adb7360".
2019 Dec 16
2
Standard way to remove llvm intrinsics
Hi all,
it is not the first time that I need to remove intrinsics from a bc and in
the past I saw options like -strip-debug for opt. Now I would like to
remove all the occurrences of llvm.lifetime.start and llvm.lifetime.end. I
have done in just obtaining the .ll file, grep -v lifetime, redirecting it
to another .ll and use llvm-as.
I was wondering if there is a standard way to decide which
2019 Dec 18
2
Standard way to remove llvm intrinsics
...>> LLVM Developers mailing list
>> llvm-dev at lists.llvm.org
>> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191218/6adb7360/attachment.html>