Displaying 1 result from an estimated 1 matches for "cmpv".
Did you mean:
cmpl
2017 Nov 20
2
Nowaday Scalar Evolution's Problem.
...9 = %6 + 1
%10 = add i32 %9, %8 ; %10 = %9 + %8
br label %1 ; goto %1;
}
**ASSEMBLY OUTPUT (clang.exe -ggdb0 -O3 -S)**
UnpredictableBackedgeTakenCountFunc1():
xor eax, eax ; eax = 0
cmp eax, 4 ; cmpv = (eax == 4)
jne .LBB0_2 ; if(cmpv == false) goto LBB0_2
jmp .LBB0_4 ; goto LBB0_4
.LBB0_5:
xor ecx, ecx ; ecx = 0
cmp eax, 7 ; cmpv = (ecx == 7)
sete cl...