| Index: src/compiler/machine-graph-verifier.cc
 | 
| diff --git a/src/compiler/machine-graph-verifier.cc b/src/compiler/machine-graph-verifier.cc
 | 
| index fcf12e99eff40b99adf961dfcd2dceb11f9500aa..eb07f53f2d5b5c906c227116eec3a1bb523ca293 100644
 | 
| --- a/src/compiler/machine-graph-verifier.cc
 | 
| +++ b/src/compiler/machine-graph-verifier.cc
 | 
| @@ -767,6 +767,9 @@ class MachineRepresentationChecker {
 | 
|        case MachineRepresentation::kFloat32:
 | 
|        case MachineRepresentation::kFloat64:
 | 
|        case MachineRepresentation::kSimd128:
 | 
| +      case MachineRepresentation::kSimd1x4:
 | 
| +      case MachineRepresentation::kSimd1x8:
 | 
| +      case MachineRepresentation::kSimd1x16:
 | 
|        case MachineRepresentation::kBit:
 | 
|        case MachineRepresentation::kWord8:
 | 
|        case MachineRepresentation::kWord16:
 | 
| 
 |