Alvin Cheung

Results 4 issues of Alvin Cheung

Is there a way I can retrieve the integer value from a `ValueRef`? I wrote this code: ``` from llvmlite import binding as llvm asm_sum = r""" define i32 @foo(i32...

question
feature_request

``` from llvmlite import binding as llvm asm_sum = r""" define i32 @foo(i32 %arg) #0 { bb: %tmp = alloca i32, align 4 %tmp1 = alloca i32, align 4 store...

question

### Describe the issue I am trying to use `poetry2nix.mkPoetryEnv` to set up a poetry environment but I have custom poetry `no-binary` config stored in a separate `poetry.toml` file. How...

Case 1: list comprehension:`for (e : collection) {..}` Case 2: data flow on array indexes: `x = i; a[x] = y;`