search for: v0_800008

Displaying 1 result from an estimated 1 matches for "v0_800008".

Did you mean: v0_800004
2019 Feb 05
2
IRBuilder constraints
...4020 0x800010: r1 = logic_shift_right(r6, 3) 0x800014: r4 = add(r2, r3) ... Gets translated to: @global_var_4020.3 = global i32 0 @global_var_4000.4 = local_unnamed_addr global i32 0 @global_var_4004.5 = local_unnamed_addr global i32 0 ... %v0_800004 = load i32, i32* @global_var_4400.1, align 4 %v0_800008 = load i32, i32* @global_var_4404.2, align 4 %v0_800010 = lshr (i32 ptrtoint (i32* @global_var_4020.3 to i32), i32 3) %v2_800014 = add i32 %v0_800008, %v0_800004 ... The funny thing, as you can see, is that now the address range is nowhere near 0x4000(just like in the previous example). But LLVM...