> 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.