[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/2006-10-19-SwitchUnnecessaryBranching.ll

2006-10-23 Thread Evan Cheng
Changes in directory llvm/test/Regression/CodeGen/X86: 2006-10-19-SwitchUnnecessaryBranching.ll updated: 1.2 - 1.3 --- Log message: Update test case. --- Diffs of the changes: (+1 -1) 2006-10-19-SwitchUnnecessaryBranching.ll |2 +- 1 files changed, 1 insertion(+), 1 deletion(-)

Re: [llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/2006-10-19-SwitchUnnecessaryBranching.ll

2006-10-20 Thread Reid Spencer
Bill, After updating to the head, this test case is failing for me on Linux. Reid. On Thu, 2006-10-19 at 18:22 -0500, Bill Wendling wrote: Changes in directory llvm/test/Regression/CodeGen/X86: 2006-10-19-SwitchUnnecessaryBranching.ll added (r1.1) --- Log message: Testcase for P926

Re: [llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/2006-10-19-SwitchUnnecessaryBranching.ll

2006-10-20 Thread Bill Wendling
On Oct 19, 2006, at 11:56 PM, Reid Spencer wrote: Bill, After updating to the head, this test case is failing for me on Linux. --- llvm/test/Regression/CodeGen/X86/2006-10-19- SwitchUnnecessaryBranching.llThu Oct 19 18:21:59 2006 *** *** 0 --- 1,27 + ;

Re: [llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/2006-10-19-SwitchUnnecessaryBranching.ll

2006-10-20 Thread Chris Lattner
*** 0 --- 1,27 + ; RUN: llvm-as %s | llc -march=x86 | %prcontext jg LBB1_5 1 | grep LBB1_4: Are you sure that grep is right? Ah, the problem is that L is the prefix for darwin, linux uses . IIRC. Try changing the greps to jg .*LBB1_5 and BB1_4:. -Chris

[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/2006-10-19-SwitchUnnecessaryBranching.ll

2006-10-20 Thread Bill Wendling
Changes in directory llvm/test/Regression/CodeGen/X86: 2006-10-19-SwitchUnnecessaryBranching.ll updated: 1.1 - 1.2 --- Log message: Changed the pattern matching so that it will hopefully work on Linux. --- Diffs of the changes: (+1 -1) 2006-10-19-SwitchUnnecessaryBranching.ll |2 +- 1

Re: [llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/2006-10-19-SwitchUnnecessaryBranching.ll

2006-10-20 Thread Bill Wendling
Okay. I've submitted a patch to fix this. Cross fingers! -bw On 10/20/06, Chris Lattner [EMAIL PROTECTED] wrote: *** 0 --- 1,27 + ; RUN: llvm-as %s | llc -march=x86 | %prcontext jg LBB1_5 1 | grep LBB1_4: Are you sure that grep is right? Ah, the problem is that L is the