Currently we don't support subregs in InlineSpiller::foldMemoryOperand() because targets may not deal with them correctly.
It seems that X86, at least, already does the right thing when folding a load from a stack slot when it only needs the low (e.g. not "ah") subreg.
This fixes PR30832.