search for: memsys

Displaying 2 results from an estimated 2 matches for "memsys".

Did you mean: memss
2008 Dec 04
2
[LLVMdev] optimization whith call of Intrinsics
...nly one memory bank, the problem is the same. It seems that the call of intrinsics is not well supported by existing optimization passes. Does anybody have an idea about this problem ? ( just below, the IR generated by LLVM after optimization) Thanks. Julien ; ModuleID = 'TheModule' @MemSys = global i16 0 ; <i16*> [#uses=2] @MemSysSigA = global i16 3 addrspace(2) ; <i16 addrspace(2)*> [#uses=2] @reg_ai_beg = global i16 405 addrspace(1) ; <i16 addrspace(1)*> [#uses=2] define void @OFUNC(i16* %N0, i16* %N1) nounwind { entry: store i16 1, i...
2008 Dec 04
0
[LLVMdev] optimization whith call of Intrinsics
...s that > the call of intrinsics is not well supported by existing optimization > passes. > Does anybody have an idea about this problem ? ( just below, the IR > generated by LLVM after optimization) > Thanks. > > Julien > > > > ; ModuleID = 'TheModule' > @MemSys = global i16 0 ; <i16*> [#uses=2] > @MemSysSigA = global i16 3 addrspace(2) ; <i16 addrspace(2)*> > [#uses=2] > @reg_ai_beg = global i16 405 addrspace(1) ; <i16 addrspace(1)*> > [#uses=2] > > define void @OFUNC(i16* %N0, i16* %N1) nounwind...