Re: [llvm-commits] CVS: llvm/test/Regression/Transforms/SimplifyCFG/2006-12-08-Ptr-ICmp-Branch.ll

2007-01-04 Thread Chris Lattner
This is another testcase which isn't being tested because llvm- upgrade apparently doesn't support "target". -Chris On Dec 29, 2006, at 12:02 PM, Reid Spencer wrote: > > > Changes in directory llvm/test/Regression/Transforms/SimplifyCFG: > > 2006-12-08-Ptr-ICmp-Branch.ll updated: 1.1 -> 1.2 >

[llvm-commits] CVS: llvm/test/Regression/Transforms/SimplifyCFG/2006-12-08-Ptr-ICmp-Branch.ll

2007-01-04 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/SimplifyCFG: 2006-12-08-Ptr-ICmp-Branch.ll updated: 1.3 -> 1.4 --- Log message: Remove a manual renaming of a variable that was introduced before llvm-upgrade could properly handle collapsed type planes. --- Diffs of the changes: (+1 -1)

[llvm-commits] CVS: llvm/test/Regression/Transforms/SimplifyCFG/2006-12-08-Ptr-ICmp-Branch.ll

2006-12-29 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/SimplifyCFG: 2006-12-08-Ptr-ICmp-Branch.ll updated: 1.1 -> 1.2 --- Log message: Update tests that need to be run through llvm-upgrade. This is necessary for upcoming changes to the llvm assembly grammar. --- Diffs of the changes: (+1 -1)

[llvm-commits] CVS: llvm/test/Regression/Transforms/SimplifyCFG/2006-12-08-Ptr-ICmp-Branch.ll DeadSetCC.ll

2006-12-22 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/SimplifyCFG: 2006-12-08-Ptr-ICmp-Branch.ll added (r1.1) DeadSetCC.ll updated: 1.2 -> 1.3 --- Log message: For PR950: http://llvm.org/PR950 : This patch removes the SetCC instructions and replaces them with the ICmp and FCmp instructions. The