mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
test/stdlib: cover wasm32 in FloatingPointIR.swift (#67138)
This makes sure that floating point IR doesn't regress when targeting wasm32.
This commit is contained in:
@@ -56,3 +56,6 @@ func testConstantFoldFloatLiterals() {
|
||||
|
||||
// s390x: call swiftcc void @"$s15FloatingPointIR13acceptFloat32yySfF{{.*}}"(float 1.000000e+00)
|
||||
// s390x: call swiftcc void @"$s15FloatingPointIR13acceptFloat64yySdF{{.*}}"(double 1.000000e+00)
|
||||
|
||||
// wasm32: call swiftcc void @"$s15FloatingPointIR13acceptFloat32yySfF{{.*}}"(float 1.000000e+00)
|
||||
// wasm32: call swiftcc void @"$s15FloatingPointIR13acceptFloat64yySdF{{.*}}"(double 1.000000e+00)
|
||||
|
||||
Reference in New Issue
Block a user