Commit Graph

3 Commits

Author SHA1 Message Date
Erik Eckstein
91d00ac170 tests: re-enable SILOptimizer/set.swift
And make it more robust.

rdar://102865253
2022-12-02 11:12:23 +01:00
Evan Wilde
320cb24bfe Disable SILOptimizer/set.swift
This test is failing on the macOS package bot. Disabling for now.
2022-12-01 10:30:37 -08:00
Erik Eckstein
126f3e14c1 stdlib: create optimal code for initializing a Set with an empty array literal
Always inline the empty-array-check of `Set.init(arrayLiteral:)`, because for array literal this check can always be constant folded.

rdar://53509655
2022-12-01 07:02:22 +01:00