Displaying 1 result from an estimated 1 matches for "count_up".
Did you mean:
count_p
2013 Oct 15
0
[LLVMdev] [llvm-commits] r192750 - Enable MI Sched for x86.
...rep inc %t | count 2
>> -; RUN: grep lea %t | count 3
>> +; RUN: llc < %s -mcpu=generic -march=x86-64 | FileCheck %s
>>
>> ; Optimize away zext-inreg and sext-inreg on the loop induction
>> ; variable using trip-count information.
>>
>> +; CHECK-LABEL: count_up
>> +; CHECK-NOT: {{and|movz|sar|shl}}
>> +; CHECK: inc
>> +; CHECK-NOT: {{and|movz|sar|shl}}
>> +; CHECK: jne
>> define void @count_up(double* %d, i64 %n) nounwind {
>> entry:
>> br label %loop
>> @@ -38,6 +36,11 @@ return:
>> ret...