On 5 November 2013 16:21, Eric Anholt wrote:
> In the SIMD16 spilling changes, I replaced a "1" in the spill path with
> "mlen", but obviously it wasn't mlen before because spills have the g0
> header along with the payload. The interface I was trying to use was
> asking for how many physical reg
In the SIMD16 spilling changes, I replaced a "1" in the spill path with
"mlen", but obviously it wasn't mlen before because spills have the g0
header along with the payload. The interface I was trying to use was
asking for how many physical regs we're writing, so we're looking for "1"
or "2".
I'm