Skip to content

Commit f224dbd

Browse files
[Test] Disable e2e optimization check for AutoDiff with array-cow-checks
1 parent 3f0a57a commit f224dbd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/AutoDiff/e2e_optimizations.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
// RUN: %target-swift-frontend -emit-sil -O %s | %FileCheck %s
22
// REQUIRES: swift_in_compiler
3+
4+
// Checks for inlining depends on code-size but cow check adds some
5+
// amount of extra code
6+
// UNSUPPORTED: array_cow_checks
7+
38
import _Differentiation
49

510
@_silgen_name("blackHole")

0 commit comments

Comments
 (0)