Displaying 1 result from an estimated 1 matches for "a1db4c87".
2017 Aug 09
2
ind variable
Hello,
I have this piece of code:
int main() {
int m = 0;
// int i, j, k;
// int N = f()%10;
for (int l = 0; l < 1000; l+=4)
printf("%d", l);
I am sure, that llvm is capable to convert this into canonical induction
variable, but even with O3
define i32 @main() #0 {
br label %2
; <label>:1 ; preds