> Sorry for the delay, I finally found time to look at it.
Np, thanks for helping!
> While your patch fixes the issue, I wonder
> ...
> potentially increase register pressure.
Makes sense. I didn't take care of this because I believed that we can
freely allocate vregs and rely on register allocator do it's work.
> So here is (completely untested) alternate fix:
Nice, this seems to fix my repro cases.
I'll only be able to test my larger ARM app in 1-2 days. We could wait
until then or commit now.
-Y