| Index: src/compiler/simplified-lowering.cc | 
| diff --git a/src/compiler/simplified-lowering.cc b/src/compiler/simplified-lowering.cc | 
| index 57c6781f8ce51107d3254f1cf830b4798a8d33d4..74d157028d9cf147a3eb3e3c4091848c412e23e9 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; | 
| } | 
|  |