[llvm-commits] CVS: llvm/test/Transforms/InstCombine/bswap-fold.ll

2007-04-01 Thread Reid Spencer
Changes in directory llvm/test/Transforms/InstCombine: bswap-fold.ll updated: 1.3 -> 1.4 --- Log message: Revert the name changes for llvm.bswap to allow (and test) llvm-upgrade of this intrinsic. --- Diffs of the changes: (+7 -7) bswap-fold.ll | 14 +++--- 1 files changed, 7 ins

Re: [llvm-commits] CVS: llvm/test/Transforms/InstCombine/bswap-fold.ll

2007-04-01 Thread Chris Lattner
This is being run through llvm-upgrade: llvm-upgrade should upgrade it, so this should be reverted. -Chris On Apr 1, 2007, at 12:36 AM, Reid Spencer wrote: > > > Changes in directory llvm/test/Transforms/InstCombine: > > bswap-fold.ll updated: 1.2 -> 1.3 > --- > Log message: > > For PR1297: h

[llvm-commits] CVS: llvm/test/Transforms/InstCombine/bswap-fold.ll

2007-03-31 Thread Reid Spencer
Changes in directory llvm/test/Transforms/InstCombine: bswap-fold.ll updated: 1.2 -> 1.3 --- Log message: For PR1297: http://llvm.org/PR1297 : Update these test cases to use proper signatures for bswap which is now and overloaded intrinsic. Its name must be of the form llvm.bswap.i32.i32 since