<div dir="ltr"><div><div><div>Hi,<br><br></div>For a certain type of analysis I generate inline assembly which I insert into the LLVM IR code. This<br></div>inline assembly code contains labels that should not be duplicated. Problem is that the tail<br>
duplication pass duplicates code. It checks isNotDuplicatable on a machine instruction however<br>there is no such a flag on an IR instruction that I could set. Is there a way to tell in an IR pass <br>that code should not be duplicated?<br>
<br></div>Jan<br></div>