File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/AutoDiff/validation-test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %target-run-simple-swift
2
2
// NOTE(TF-813): verify that enabling forward-mode does not affect reverse-mode.
3
3
// RUN: %target-run-simple-swift(-Xfrontend -enable-experimental-forward-mode-differentiation)
4
- // RUN: %target-swift-frontend -Xllvm -sil-print-after=differentiation %s -emit-sil -o /dev/null 2>&1 | %FileCheck %s
4
+ // RUN: %target-swift-frontend -Xllvm -sil-print-after=differentiation %s -emit-sil -o /dev/null -module-name null 2>&1 | %FileCheck %s
5
5
// REQUIRES: executable_test
6
6
7
7
import StdlibUnittest
@@ -367,7 +367,7 @@ SimpleMathTests.test("ForceUnwrapping") {
367
367
}
368
368
369
369
// CHECK-LABEL: sil private [ossa] @AD__${{.*}}jumpTimesTwo{{.*}}pullback_src_0_wrt_0 : $@convention(thin) (Float, @owned _AD__$s4nullyycfU18_12jumpTimesTwoL_5modelSfAAyycfU18_14SmallTestModelL_V_tF_bb0__PB__src_0_wrt_0) -> SmallTestModel.TangentVector {
370
- // CHECK: bb0([[DX:%.*]] : $Float, [[PB_STRUCT:%.*]] : {{.*}}):
370
+ // CHECK: bb0([[DX:%.*]] : $Float, [[PB_STRUCT:%.*]] : {{.*}}):
371
371
// CHECK: ([[PB0:%.*]], [[PB1:%.*]]) = destructure_struct [[PB_STRUCT]]
372
372
// CHECK: [[ADJ_TUPLE:%.*]] = apply [[PB1]]([[DX]]) : $@callee_guaranteed (Float) -> (Float, Float)
373
373
// CHECK: ([[TMP0:%.*]], [[ADJ_CONCRETE:%.*]]) = destructure_tuple [[ADJ_TUPLE]] : $(Float, Float)
You can’t perform that action at this time.
0 commit comments