<div dir="ltr"><div>Hi all,</div><div>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.</div><div><br></div><div>I was wondering if there is a standard way to decide which intrinsics to remove or if at the moment it is not possible.</div><div><br></div><div>Thanks</div><div>Alberto<br></div></div>