File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -2259,6 +2259,10 @@ void InstructionSelector::VisitInt64AbsWithOverflow(Node* node) {
2259
2259
V (F32x4Trunc) \
2260
2260
V (F32x4NearestInt) \
2261
2261
V (I64x2Neg) \
2262
+ V (I64x2SConvertI32x4Low) \
2263
+ V (I64x2SConvertI32x4High) \
2264
+ V (I64x2UConvertI32x4Low) \
2265
+ V (I64x2UConvertI32x4High) \
2262
2266
V (I32x4Neg) \
2263
2267
V (I32x4Abs) \
2264
2268
V (I32x4SConvertF32x4) \
Original file line number Diff line number Diff line change @@ -2515,14 +2515,18 @@ void InstructionSelector::VisitWord64AtomicStore(Node* node) {
2515
2515
V (F32x4Trunc) \
2516
2516
V (F32x4NearestInt) \
2517
2517
V (I64x2Neg) \
2518
- V (I16x8Abs) \
2518
+ V (I64x2SConvertI32x4Low) \
2519
+ V (I64x2SConvertI32x4High) \
2520
+ V (I64x2UConvertI32x4Low) \
2521
+ V (I64x2UConvertI32x4High) \
2519
2522
V (I32x4Neg) \
2523
+ V (I32x4Abs) \
2520
2524
V (I32x4SConvertI16x8Low) \
2521
2525
V (I32x4SConvertI16x8High) \
2522
2526
V (I32x4UConvertI16x8Low) \
2523
2527
V (I32x4UConvertI16x8High) \
2524
- V (I32x4Abs) \
2525
2528
V (I16x8Neg) \
2529
+ V (I16x8Abs) \
2526
2530
V (I16x8SConvertI8x16Low) \
2527
2531
V (I16x8SConvertI8x16High) \
2528
2532
V (I16x8UConvertI8x16Low) \
You can’t perform that action at this time.
0 commit comments