Skip to content

Commit d25ed22

Browse files
committed
Update test header comment
1 parent 39d1efc commit d25ed22

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/codegen/autodiff/abi_handling.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
//@ no-prefer-dynamic
66
//@ needs-enzyme
77

8-
// This does only test the funtion attribute handling for autodiff.
9-
// Function argument changes are troublesome for Enzyme, so we have to
10-
// ensure that arguments remain the same, or if we change them, be aware
11-
// of the changes to handle it correctly.
8+
// This test checks that Rust types are lowered to LLVM-IR types in a way
9+
// we expect and Enzyme can handle. We explicitly check release mode to
10+
// ensure that LLVM's O3 pipeline doesn't rewrite function signatures
11+
// into forms that Enzyme can't process correctly.
1212

1313
#![feature(autodiff)]
1414

0 commit comments

Comments
 (0)