[LLVMdev] Is there any way to modify basic block like adding junk code or ...
Zhang Qiuyu
qiuyu at ucla.edu
Mon Sep 20 15:10:17 PDT 2004
Hi ,
Is there any way to modify code like adding junk code or mess up the order of a bunch of codes(in same basic block) which is no dependency? I saw some options like -dce -deadargelim for 'opt' , but what I want is to reverse to do it. I mean adding some dead code or junk code. Actually what I want is to implement a ploymorphic engine. Coud I do those by using llvm?
Thanks.
Qiuyu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040920/2364050d/attachment.html>
More information about the llvm-dev
mailing list