Index: src/compiler/simplified-lowering.cc |
diff --git a/src/compiler/simplified-lowering.cc b/src/compiler/simplified-lowering.cc |
index 1759a30354876dbf78b1df594e6c033cc9477e59..dbecd52d3fb95cab59ffa6aa68815812f6efdd8b 100644 |
--- a/src/compiler/simplified-lowering.cc |
+++ b/src/compiler/simplified-lowering.cc |
@@ -120,6 +120,8 @@ UseInfo CheckedUseInfoAsFloat64FromHint(NumberOperationHint hint) { |
UseInfo TruncatingUseInfoFromRepresentation(MachineRepresentation rep) { |
switch (rep) { |
+ case MachineRepresentation::kTaggedSigned: |
+ case MachineRepresentation::kTaggedPointer: |
case MachineRepresentation::kTagged: |
return UseInfo::AnyTagged(); |
case MachineRepresentation::kFloat64: |