Displaying 3 results from an estimated 3 matches for "to20".
Did you mean:
t20
2017 Jun 19
2
CloneFunctionInto produces invalid debug info
...%4 = load i32, i32* %1, align 4, !dbg !186
>> %or18 = or i32 %4, 2, !dbg !186
>> store i32 %or18, i32* %1, align 4, !dbg !186
>> %pps = getelementptr inbounds %struct.t_c, %struct.t_c* %2, i32 0, i32 4, !dbg !188
>> %5 = load i32, i32* %pps, align 8, !dbg !188
>> %to20 = getelementptr inbounds %struct.t_d, %struct.t_d* %3, i32 0, i32 2, i32 0, i32 0, !dbg !189
>> store i32 %5, i32* %to20, align 4, !dbg !190
>> %pp = getelementptr inbounds %struct.t_c, %struct.t_c* %2, i32 0, i32 2, !dbg !191
>> %6 = load i8, i8* %pp, align 8, !dbg !191
>&g...
2017 Jun 20
2
CloneFunctionInto produces invalid debug info
...2* %1, align 4, !dbg !186
>>> %or18 = or i32 %4, 2, !dbg !186
>>> store i32 %or18, i32* %1, align 4, !dbg !186 %pps = getelementptr
>>> inbounds %struct.t_c, %struct.t_c* %2, i32 0, i32 4, !dbg !188
>>> %5 = load i32, i32* %pps, align 8, !dbg !188
>>> %to20 = getelementptr inbounds %struct.t_d, %struct.t_d* %3, i32 0,
>>> i32 2, i32 0, i32 0, !dbg !189 store i32 %5, i32* %to20, align 4,
>>> !dbg !190 %pp = getelementptr inbounds %struct.t_c, %struct.t_c* %2,
>>> i32 0, i32 2, !dbg !191
>>> %6 = load i8, i8* %pp...
2017 Jun 16
2
CloneFunctionInto produces invalid debug info
The if you are cloning into the same LLVM module the CU should not cloned. If don't mind sharing your code, I can try to help diagnose why the CU gets cloned... just send me a patch that applies to trunk and instructions.
-- adrian
> On Jun 16, 2017, at 1:54 PM, Sergei Larin <slarin at codeaurora.org> wrote:
>
> Sorry… It takes a pass that was not accepted for upstreaming….