Hi,
My prior patch (https://reviews.llvm.org/D44782 and r330778) successfully got the mem-access size of two opcodes wrong (:/). This corrects that mistake, and extends the regression test to catch cases where dead stores _should_ be removed.
(For full clarity: VMOVSS and VMOVSD were both one switch-case-set too low, doubling their apparent read-sizes)