| Index: src/compiler/simplified-lowering.cc | 
| diff --git a/src/compiler/simplified-lowering.cc b/src/compiler/simplified-lowering.cc | 
| index 715e4189b6298f8eedce5cf73ffc267b4e8a2b89..5f19c0798218f4a46c45cea0c0be144e11d48be8 100644 | 
| --- a/src/compiler/simplified-lowering.cc | 
| +++ b/src/compiler/simplified-lowering.cc | 
| @@ -138,7 +138,10 @@ UseInfo TruncatingUseInfoFromRepresentation(MachineRepresentation rep) { | 
| return UseInfo::TruncatingWord32(); | 
| case MachineRepresentation::kBit: | 
| return UseInfo::Bool(); | 
| -    case MachineRepresentation::kSimd128:  // Fall through. | 
| +    case MachineRepresentation::kSimd128: | 
| +    case MachineRepresentation::kSimd1x4: | 
| +    case MachineRepresentation::kSimd1x8: | 
| +    case MachineRepresentation::kSimd1x16: | 
| case MachineRepresentation::kNone: | 
| break; | 
| } | 
|  |