"H.J. Lu" <hjl.to...@gmail.com> writes: > Don't hoist non all 0s/1s vector set outside of the loop to avoid extra > spills.
It seems this could be a loss if there are actually enough registers. So you need to make it depend on the register pressure? -Andi