search for: blocksize100k

Displaying 3 results from an estimated 3 matches for "blocksize100k".

2008 May 17
2
[LLVMdev] More info, was Help needed after hiatus
...uleID = 'test.ubc' target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-s0:0:64-f80:32:32" target triple = "i686-pc-linux-gnu" declare void @BZALLOC(i32) define void @f(i32) { entry: %blockSize100k = alloca i32 ; <i32*> [#uses=2] store i32 %0, i32* %blockSize100k %n = alloca i32 ; <i32*> [#uses=2] load i32* %blockSize100k ; <i32>:1 [#uses=1] store i32 %1, i32* %n load i32* %n ; <i32...
2008 May 14
3
[LLVMdev] Help needed after hiatus
Hi, I've restarted my Elsa/LLVM project after three months of having real life intrude. I upgraded my LLVM source to the current trunk. I had to make a few changes to my source, e.g. LLVMFoldingBuilder became IRBuilder and several instances of "new" became "Create". Now, a test case that previously succeeded fails. I run the following script: #!/bin/sh if [ 1 -ne 0 ]
2008 May 17
0
[LLVMdev] More info, was Help needed after hiatus
...talayout = > "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-s0:0:64-f80:32:32" > target triple = "i686-pc-linux-gnu" > > declare void @BZALLOC(i32) > > define void @f(i32) { > entry: > %blockSize100k = alloca i32 ; <i32*> [#uses=2] > store i32 %0, i32* %blockSize100k > %n = alloca i32 ; <i32*> [#uses=2] > load i32* %blockSize100k ; <i32>:1 [#uses=1] > store i32 %1, i32* %n > load i32* %n...