search for: gep_ptr

Displaying 5 results from an estimated 5 matches for "gep_ptr".

Did you mean: eh_ptr
2015 Feb 06
14
[LLVMdev] Moving towards a singular pointer type
...s like it's functioning, I could start porting IRbuilder and Clang over to the new store operations & other sources of pointers. Then remove the old stuff. Are IR instructions overloadable like this? If not, would it be worthwhile to introduce separate names for the typeless-pointer forms (gep_ptr, store_ptr, etc) as a temporary means to have both sets of semantics then rename them all back once the old ones are removed? Other ideas/thoughts? - David -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/2015...
2012 Feb 07
0
[LLVMdev] Invalid bitcode signature
On Feb 7, 2012, at 1:29 AM, Fraser Cormack wrote: > > Sorry, I was being an idiot and was trying to link the wrong file type. Sigh. > > Now I have a problem where I merge two modules each containing the same > struct, one opaque and one defined, and it's not merging the two > consistently. I have two, let's say > > %"StructA" = type opaque >
2012 Feb 07
3
[LLVMdev] Invalid bitcode signature
Sorry, I was being an idiot and was trying to link the wrong file type. Sigh. Now I have a problem where I merge two modules each containing the same struct, one opaque and one defined, and it's not merging the two consistently. I have two, let's say %"StructA" = type opaque %"StructB" = type opaque in one module, and in the other: %"StructA" = type { i8 }
2015 Feb 08
3
[LLVMdev] Moving towards a singular pointer type
...ing, I could start porting IRbuilder and > Clang over to the new store operations & other sources of pointers. Then > remove the old stuff. > > Are IR instructions overloadable like this? If not, would it be worthwhile > to introduce separate names for the typeless-pointer forms (gep_ptr, > store_ptr, etc) as a temporary means to have both sets of semantics then > rename them all back once the old ones are removed? > > Other ideas/thoughts? > > - David > > --------------------------------------------------------------------- > Intel Israel (74) Limited &g...
2017 Apr 16
2
[LLVMdev] Moving towards a singular pointer type
...builder and >> Clang over to the new store operations & other sources of pointers. Then >> remove the old stuff. >> >> Are IR instructions overloadable like this? If not, would it be >> worthwhile to introduce separate names for the typeless-pointer forms >> (gep_ptr, store_ptr, etc) as a temporary means to have both sets of >> semantics then rename them all back once the old ones are removed? >> >> Other ideas/thoughts? >> >> - David >> >> _______________________________________________ >> LLVM Developers mailing...