[LLVMdev] modify instructions

Chris Lattner sabre at nondot.org
Thu Sep 26 09:59:01 PDT 2002


> Hi, I have a question about the modify of instruction:
> Say I want to modify
> %a = getelementptr %struct %S, long 0, ubyte 1
> into
> %a.f0 = getelementptr int* %S.f0, long 0
>
> There are 3 ways I can think of to implement, but I'm not sure
> what should I do.



More information about the llvm-dev mailing list