From 3d38c17b59b7e43e3aa702cdc9b96a8153c5ca82 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Sun, 6 May 2012 14:25:16 +0000 Subject: Switch the select to branch transformation on by default. The primitive conservative heuristic seems to give a slight overall improvement while not regressing stuff. Make it available to wider testing. If you notice any speed regressions (or significant code size regressions) let me know! llvm-svn: 156258 --- llvm/test/CodeGen/X86/cmov-into-branch.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/X86/cmov-into-branch.ll') diff --git a/llvm/test/CodeGen/X86/cmov-into-branch.ll b/llvm/test/CodeGen/X86/cmov-into-branch.ll index 3b450edb3c3..780746ab1ae 100644 --- a/llvm/test/CodeGen/X86/cmov-into-branch.ll +++ b/llvm/test/CodeGen/X86/cmov-into-branch.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=x86-64 -mcpu=core2 -enable-cgp-select2branch < %s | FileCheck %s +; RUN: llc -march=x86-64 -mcpu=core2 < %s | FileCheck %s ; cmp with single-use load, should not form cmov. define i32 @test1(double %a, double* nocapture %b, i32 %x, i32 %y) { -- cgit v1.2.3