On 3/21/21 3:40 PM, Matteo Bruni wrote:
Signed-off-by: Matteo Bruni mbruni@codeweavers.com
Unfortunately with the fix from "patch 3.5" this doesn't eliminate redundant assignments to output variables anymore. That would require some smarter value tracking.
I don't think this patch ever eliminated redundant assignments, only assignments to variables that were never subsequently read from.