[PATCH] D23237: [MSSA] Fix PR28880 by fixing stack popping behavior.

Daniel Berlin via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 7 13:02:50 PDT 2016


So, ...
I enumerated literally all of the possibilities of conflict/noconflict
pushes and pops, and it's about .... 1000 testcases.
I am going to try to see if i can't combine some without loss of
functionality.

(Note that all previous versions of the use optimizer fail some set of
cases, with this patch it fails none of them :P)



On Sat, Aug 6, 2016 at 4:13 PM, Daniel Berlin <dberlin at dberlin.org> wrote:

> They are coming
>
>
> On Sat, Aug 6, 2016, 4:00 PM Sebastian Pop <sebpop at gmail.com> wrote:
>
>> sebpop added a comment.
>>
>> You may want to add the testcases you were speaking about that break the
>> logic of checking the stack size.
>>
>>
>> https://reviews.llvm.org/D23237
>>
>>
>>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160807/30bf2772/attachment.html>


More information about the llvm-commits mailing list