@@ -171,7 +171,7 @@ __int64 test_mul128(__int64 Multiplier,
171
171
__int64 * HighProduct ) {
172
172
return _mul128 (Multiplier , Multiplicand , HighProduct );
173
173
}
174
- // CHECK-X64-LABEL: define dso_local i64 @test_mul128(i64 noundef %Multiplier, i64 noundef %Multiplicand, ptr{{[a-z_ ] *}} initializes((0, 8)) %HighProduct)
174
+ // CHECK-X64-LABEL: define dso_local i64 @test_mul128(i64 noundef %Multiplier, i64 noundef %Multiplicand, ptr{{. *}} initializes((0, 8)) %HighProduct)
175
175
// CHECK-X64: = sext i64 %Multiplier to i128
176
176
// CHECK-X64: = sext i64 %Multiplicand to i128
177
177
// CHECK-X64: = mul nsw i128 %
@@ -183,7 +183,7 @@ unsigned __int64 test_umul128(unsigned __int64 Multiplier,
183
183
unsigned __int64 * HighProduct ) {
184
184
return _umul128 (Multiplier , Multiplicand , HighProduct );
185
185
}
186
- // CHECK-X64-LABEL: define dso_local i64 @test_umul128(i64 noundef %Multiplier, i64 noundef %Multiplicand, ptr{{[a-z_ ] *}} initializes((0, 8)) %HighProduct)
186
+ // CHECK-X64-LABEL: define dso_local i64 @test_umul128(i64 noundef %Multiplier, i64 noundef %Multiplicand, ptr{{. *}} initializes((0, 8)) %HighProduct)
187
187
// CHECK-X64: = zext i64 %Multiplier to i128
188
188
// CHECK-X64: = zext i64 %Multiplicand to i128
189
189
// CHECK-X64: = mul nuw i128 %
0 commit comments