Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / optimize-max-3.ll
index 11c3507f359718f2d6fc15f407304a652761f7c5..d092916ac6fc53697710bd261ec176d63a6089b5 100644 (file)
@@ -1,4 +1,5 @@
-; RUN: llc < %s -march=x86-64 -asm-verbose=false | FileCheck %s
+; RUN: llc < %s -mcpu=generic -mtriple=x86_64-linux -asm-verbose=false | FileCheck %s
+; RUN: llc < %s -mcpu=generic -mtriple=x86_64-win32 -asm-verbose=false | FileCheck %s
 
 ; LSR's OptimizeMax should eliminate the select (max).
 
@@ -39,14 +40,14 @@ for.end:                                          ; preds = %for.body, %entry
 ;      CHECK: _Z18GenerateStatusPagei:
 
 ;      CHECK:         jle
-; CHECK-NEXT:         xorl    %edi, %edi
+;  CHECK-NOT:         cmov
+;      CHECK:         xorl    {{%edi, %edi|%ecx, %ecx|%eax, %eax}}
 ; CHECK-NEXT:         align
 ; CHECK-NEXT: BB1_2:
-; CHECK-NEXT:         callq
-; CHECK-NEXT:         incl    %ebx
-; CHECK-NEXT:         cmpl    %r14d, %ebx
-; CHECK-NEXT:         movq    %rax, %rdi
-; CHECK-NEXT:         jl
+; CHECK:              callq
+; CHECK-NEXT:         incl    [[BX:%[a-z0-9]+]]
+; CHECK-NEXT:         cmpl    [[R14:%[a-z0-9]+]], [[BX]]
+; CHECK:              jl
 
 define void @_Z18GenerateStatusPagei(i32 %jobs_to_display) nounwind {
 entry: