Displaying 3 results from an estimated 3 matches for "e1c9aef9c8a382afdb280385a422f913".
2018 Apr 03
2
llvm.localsescape/recover
...ruct with 3 doubles alloca in it and localsescape those too:
%3 = alloca %threedoubles
store %threedoubles zeroinitializer, %threedoubles* %3
call void (...) @llvm.localescape(i8** %1, i32* %2, %threedoubles* %3)
I get a different value (full testcase here)
https://gist.github.com/carlokok/e1c9aef9c8a382afdb280385a422f913
What am I doing wrong here?
2018 Apr 03
0
llvm.localsescape/recover
...; localsescape those too:
>
> %3 = alloca %threedoubles
> store %threedoubles zeroinitializer, %threedoubles* %3
> call void (...) @llvm.localescape(i8** %1, i32* %2, %threedoubles* %3)
>
> I get a different value (full testcase here)
>
> https://gist.github.com/carlokok/e1c9aef9c8a382afdb280385a422f913
>
> What am I doing wrong here?
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
U...
2018 Apr 04
2
llvm.localsescape/recover
...t; %3 = alloca %threedoubles
>> store %threedoubles zeroinitializer, %threedoubles* %3
>> call void (...) @llvm.localescape(i8** %1, i32* %2, %threedoubles* %3)
>>
>> I get a different value (full testcase here)
>>
>> https://gist.github.com/carlokok/e1c9aef9c8a382afdb280385a422f913
>>
>> What am I doing wrong here?
>> _______________________________________________
>> LLVM Developers mailing list
>> llvm-dev at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev