search for: r1419_0_0_0_i376

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

2008 May 22
1
[LLVMdev] Eliminate Store-Load pair even the LoadInst is volatile
Hi all, I put a case into llvm and got the following .ll code: ... %r1419_0_0_0_i376 = alloca i32 ; <i32*> [#uses=2] ... %tmp1476_i = lshr i32 %tmp1226_i, 24 ; <i32> [#uses=1] store i32 %tmp1476_i, i32* %r1419_0_0_0_i376, align 4 %tmp1505_i = volatile load i32* %r1419_0_0_0_i376, align 4 ; <i32> [#uses=1] %tmp1542_i = getelementptr [256 x i8]* @Te, i32 0, i32 %t...
2008 May 23
1
[LLVMdev] Eliminate Store-Load pair even the LoadInst is volatile
...ev at cs.uiuc.edu> > Message-ID: <48358395.3070403 at cs.uiuc.edu> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Zhou Sheng wrote: > > Hi all, > > > > I put a case into llvm and got the following .ll code: > > > > ... > > %r1419_0_0_0_i376 = alloca i32 ; <i32*> [#uses=2] > > ... > > %tmp1476_i = lshr i32 %tmp1226_i, 24 ; <i32> [#uses=1] > > > > store i32 %tmp1476_i, i32* %r1419_0_0_0_i376, align 4 > > %tmp1505_i = volatile load i32* %r1419_0_0_0_i376, align 4 ; <i32> > [#uses=1] >...