File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3838// CHECK-NOT: integer_literal $Builtin.Int64, 0
3939// CHECK-NOT: builtin
4040// CHECK: [[RES:%.*]] = integer_literal $Builtin.Int64, 7
41- // CHECK-NEXT: return [[RES:%.* ]] : $Builtin.Int64
41+ // CHECK-NEXT: return [[RES]] : $Builtin.Int64
4242}
4343
4444// Fold casts. (This test assumes that DCE does not run, otherwise the unreachable blocks will get removed.)
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ bb0(%x : $Builtin.Int64):
5656// CHECK-LABEL: sil @fold_mul_with_overflow_zeros
5757// CHECK-NOT: builtin "int_smul_with_overflow_Int64"
5858// CHECK: [[RES:%.*]] = integer_literal $Builtin.Int64, 0
59- // CHECK-NEXT: return [[RES:%.* ]] : $Builtin.Int64
59+ // CHECK-NEXT: return [[RES]] : $Builtin.Int64
6060}
6161
6262// Simplify arithmetic where one operand is a one and the other is not a constant
You can’t perform that action at this time.
0 commit comments