Diff
checker
Text
Text
Images
Documents
Excel
Folders
Legal
Features
Desktop
Pricing
Sign in
Download Diffchecker Desktop
Compare text
Find the difference between two text files
Real-time editor
Hide unchanged lines
Disable line wrap
Layout
Split
Unified
Diff precision
Word
Character
Syntax highlighting
Choose syntax
Ignore
Transform text
Go to first change
Edit input
Diffchecker Desktop
The most secure way to run Diffchecker. Get the Diffchecker Desktop app: your diffs never leave your computer!
Get Desktop
Untitled diff
Created
7 years ago
Diff never expires
Clear
Export
Share
Explain
6 removals
Lines
Total
Removed
Words
Total
Removed
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
18 lines
Copy
5 additions
Lines
Total
Added
Words
Total
Added
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
17 lines
Copy
; Preheader:
; Preheader:
BB0:
BB0:
%0 = icmp ne i32 %arg_condition, 0
%0 = icmp ne i32 %arg_condition, 0
%t35 = zext i1 %0 to i64
%t35 = zext i1 %0 to i64
Copy
Copied
Copy
Copied
%1 = mul nuw nsw i64 %t35, 49995
br label %BB5
br label %BB5
; Loop:
; Loop:
BB5: ; preds = %BB0, %BB5
BB5: ; preds = %BB0, %BB5
Copy
Copied
Copy
Copied
%1 = phi i64 [ %arg_x, %BB0 ], [ %spec.select, %BB5 ]
%2 = phi i32 [ 10, %BB0 ], [ %t37, %BB5 ]
%2 = phi i32 [ 10, %BB0 ], [ %t37, %BB5 ]
Copy
Copied
Copy
Copied
%spec.select = add i64 %1, %t35
%t37 = add nuw nsw i32 %2, 2
%t37 = add nuw nsw i32 %2, 2
%3 = icmp ult i32 %t37, 100000
%3 = icmp ult i32 %t37, 100000
br i1 %3, label %BB5, label %BB1
br i1 %3, label %BB5, label %BB1
; Exit blocks
; Exit blocks
BB1: ; preds = %BB5
BB1: ; preds = %BB5
Copy
Copied
Copy
Copied
%spec.select.lcssa
=
phi
i64
[ %spec.select, %BB5 ]
%4
=
add
i64
%arg_x, %1
ret i64
%spec.select.lcssa
ret i64
%4
Saved diffs
Original text
Open file
; Preheader: BB0: %0 = icmp ne i32 %arg_condition, 0 %t35 = zext i1 %0 to i64 br label %BB5 ; Loop: BB5: ; preds = %BB0, %BB5 %1 = phi i64 [ %arg_x, %BB0 ], [ %spec.select, %BB5 ] %2 = phi i32 [ 10, %BB0 ], [ %t37, %BB5 ] %spec.select = add i64 %1, %t35 %t37 = add nuw nsw i32 %2, 2 %3 = icmp ult i32 %t37, 100000 br i1 %3, label %BB5, label %BB1 ; Exit blocks BB1: ; preds = %BB5 %spec.select.lcssa = phi i64 [ %spec.select, %BB5 ] ret i64 %spec.select.lcssa
Changed text
Open file
; Preheader: BB0: %0 = icmp ne i32 %arg_condition, 0 %t35 = zext i1 %0 to i64 %1 = mul nuw nsw i64 %t35, 49995 br label %BB5 ; Loop: BB5: ; preds = %BB0, %BB5 %2 = phi i32 [ 10, %BB0 ], [ %t37, %BB5 ] %t37 = add nuw nsw i32 %2, 2 %3 = icmp ult i32 %t37, 100000 br i1 %3, label %BB5, label %BB1 ; Exit blocks BB1: ; preds = %BB5 %4 = add i64 %arg_x, %1 ret i64 %4
Find difference