search for: gqzhang81

Displaying 4 results from an estimated 4 matches for "gqzhang81".

2015 Jan 30
3
[LLVMdev] About user of bitcast/GEP instruction
Hi, In PromoteMemoryToRegister.cpp, it seems to rely on the fact that the only users of bitcast/GEP instruction are lifetime intrinsics (llvm.lifetime.start/end). I did some searching in llvm/test folder, it seems to be true. However, by reading LLVM IR manual, I don't see any restriction stated on the possible user of bitcast/GEP instruction. So my question is who impose the restriction ?
2015 Jan 30
1
[LLVMdev] About user of bitcast/GEP instruction
...end(); UUI != UUE;) { Instruction *Inst = cast<Instruction>(*UUI); ++UUI; Inst->eraseFromParent(); } On Fri, Jan 30, 2015 at 1:55 PM, Hal Finkel <hfinkel at anl.gov> wrote: > ----- Original Message ----- > > From: "guoqing zhang" <gqzhang81 at gmail.com> > > To: llvmdev at cs.uiuc.edu > > Sent: Friday, January 30, 2015 4:29:16 AM > > Subject: [LLVMdev] About user of bitcast/GEP instruction > > > > Hi, > > > > > > In PromoteMemoryToRegister.cpp, it seems to rely on the fact that the &g...
2015 Jan 30
0
[LLVMdev] About user of bitcast/GEP instruction
----- Original Message ----- > From: "guoqing zhang" <gqzhang81 at gmail.com> > To: llvmdev at cs.uiuc.edu > Sent: Friday, January 30, 2015 4:29:16 AM > Subject: [LLVMdev] About user of bitcast/GEP instruction > > Hi, > > > In PromoteMemoryToRegister.cpp, it seems to rely on the fact that the > only users of bitcast/GEP instruct...
2015 Jan 30
1
[LLVMdev] [LLVMDev] About user of bitcast/GEP instruction
Hi, In PromoteMemoryToRegister.cpp, it seems to rely on the fact that the only users of bitcast/GEP instruction are lifetime intrinsics (llvm.lifetime.start/end). I did some searching in llvm/test folder, it seems to be true. However, by reading LLVM IR manual, I don't see any restriction stated on the possible user of bitcast/GEP instruction. So my question is who impose the restriction ?