Skip to content

Commit

Permalink
Update inactbuffree.ll
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses authored Nov 14, 2024
1 parent 370821c commit cc6d326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enzyme/test/Enzyme/ReverseMode/inactbuffree.ll
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ declare double @__enzyme_autodiff(i8*, double, i64)

; CHECK: define internal { double } @diffesquare(double %x, i64 %i, double %differeturn)
; CHECK-NEXT: entry:
; CHECK-NEXT: %call = tail call double* @alloc() #3
; CHECK-NEXT: %call = tail call double* @alloc()
; CHECK-NEXT: store double 3.000000e+00, double* %call
; CHECK-NEXT: %arrayidx2 = getelementptr inbounds double, double* %call, i64 %i
; CHECK-NEXT: %ld = load double, double* %arrayidx2
Expand Down

0 comments on commit cc6d326

Please sign in to comment.