We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2230098 + 7af3b80 commit 73e7d4aCopy full SHA for 73e7d4a
test/SILOptimizer/OSLogFullOptTest.swift
@@ -5,6 +5,9 @@
5
// REQUIRES: PTRSIZE=64
6
// REQUIRES: swift_in_compiler
7
8
+// Temporarily disabled because fixing ARCAnalysis broke a critical optimization.
9
+// REQUIRES: rdar102078974
10
+
11
// This tests the optimality of the IR generated for the new os log APIs. This
12
// is not testing the output of a specific optimization pass (which has separate
13
// tests) but that all optimizations together result in optimal IR. If this test
0 commit comments