Skip to content

Commit

Permalink
Update nullcp.ll
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses authored Nov 5, 2024
1 parent 1d86661 commit 7b27adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enzyme/test/Enzyme/ReverseMode/nullcp.ll
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ attributes #6 = { nounwind }
; CHECK-NEXT: %0 = bitcast double* %dst to i8*
; CHECK-NEXT: %1 = bitcast double* %src to i8*
; CHECK-NEXT: %mul = shl i64 %n, 3
; CHECK-NEXT: %2 = call i32 @puts(i8* getelementptr inbounds ([126 x i8], [126 x i8]* @.str.1, i32 0, i32 0))
; CHECK-NEXT: %2 = call i32 @puts
; CHECK-NEXT: call void @exit(i32 1)
; CHECK-NEXT: tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* align 8 %"'ipc", i8* align 8 %1, i64 %mul, i1 false)
; CHECK-NEXT: tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* align 8 %0, i8* align 8 %1, i64 %mul, i1 false)
Expand Down

0 comments on commit 7b27adb

Please sign in to comment.