Skip to content

Commit ce78266

Browse files
committed
[Tests] NFC: Move simd related test-case from slow to fast
1 parent 6c0d340 commit ce78266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/Sema/type_checker_perf/slow/simd_scalar_multiple.swift.gyb renamed to validation-test/Sema/type_checker_perf/fast/simd_scalar_multiple.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %scale-test --invert-result --begin 1 --end 5 --step 1 --select NumLeafScopes %s
1+
// RUN: %scale-test --begin 1 --end 5 --step 1 --select NumLeafScopes %s
22

33
func f(c: Float, a: SIMD2<Float>) -> SIMD2<Float> {
44
return (c * a)

0 commit comments

Comments
 (0)