Re: [PATCH] lra: make reload_pseudo_compare_func a proper comparator

2017-09-18 Thread Vladimir Makarov
On 09/15/2017 01:38 PM, Alexander Monakov wrote: Hello, I'd like to apply the following LRA patch to make qsort comparator reload_pseudo_compare_func proper (right now it lacks transitivity due to incorrect use of non_reload_pseudos bitmap, PR 68988). This function was originally a proper compa

[PATCH] lra: make reload_pseudo_compare_func a proper comparator

2017-09-15 Thread Alexander Monakov
Hello, I'd like to apply the following LRA patch to make qsort comparator reload_pseudo_compare_func proper (right now it lacks transitivity due to incorrect use of non_reload_pseudos bitmap, PR 68988). This function was originally a proper comparator, and the problematic code was added as a fix