We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b71aad commit f2b1b28Copy full SHA for f2b1b28
1 file changed
enzyme/test/Enzyme/ReverseMode/partial_vec_window.ll
@@ -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
2
; Regression test: partial-window accumulation into a fixed vector (<2 x float>).
3
; Previously asserted: "unhandled accumulate with partial sizes".
4
@@ -35,4 +36,4 @@ entry:
35
36
}
37
38
declare float @__enzyme_autodiff(float (float)*, ...)
-; CHECK: @diffetester
39
+; CHECK: @diffetester
0 commit comments