[PATCH] D52540: Fix an ordering bug in the scalarizer.
Neil Henning via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 27 05:30:33 PDT 2018
sheredom added a comment.
In https://reviews.llvm.org/D52540#1247681, @uabelho wrote:
> Is this the same problem as described in https://bugs.llvm.org/show_bug.cgi?id=28911 ?
I wasn't seeing the exact same failure as that bug describes - it was failing in Scalarizer::finish in the test included.
But I did pull the example from the bugzilla and tested it and it no longer crashes with my scalarizer fix.
Repository:
rL LLVM
https://reviews.llvm.org/D52540
More information about the llvm-commits
mailing list