Index: src/compiler/simplified-lowering.cc |
diff --git a/src/compiler/simplified-lowering.cc b/src/compiler/simplified-lowering.cc |
index c04e6217c978fdf28c9ccb857ebe5dbdafda0c7a..1e3c5e1f9e6a769f1300bf593e984359df230441 100644 |
--- a/src/compiler/simplified-lowering.cc |
+++ b/src/compiler/simplified-lowering.cc |
@@ -106,6 +106,8 @@ UseInfo CheckedUseInfoAsWord32FromHint(BinaryOperationHints::Hint hint) { |
UseInfo TruncatingUseInfoFromRepresentation(MachineRepresentation rep) { |
switch (rep) { |
+ case MachineRepresentation::kTaggedSigned: |
+ case MachineRepresentation::kTaggedPointer: |
case MachineRepresentation::kTagged: |
return UseInfo::AnyTagged(); |
case MachineRepresentation::kFloat64: |