Skip to content

Commit f2b1b28

Browse files
authored
Update partial_vec_window.ll
1 parent 1b71aad commit f2b1b28

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

enzyme/test/Enzyme/ReverseMode/partial_vec_window.ll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
; RUN: %opt < %s %newLoadEnzyme -passes="enzyme,function(mem2reg,early-cse,sroa,instsimplify,%simplifycfg,adce)" -enzyme-preopt=false -S | FileCheck %s
12
; Regression test: partial-window accumulation into a fixed vector (<2 x float>).
23
; Previously asserted: "unhandled accumulate with partial sizes".
34

@@ -35,4 +36,4 @@ entry:
3536
}
3637

3738
declare float @__enzyme_autodiff(float (float)*, ...)
38-
; CHECK: @diffetester
39+
; CHECK: @diffetester

0 commit comments

Comments
 (0)