Re: [llvm-commits] [llvm] r37921 - in /llvm/trunk: lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp test/CodeGen/PowerPC/big-endian-actual-args.ll test/CodeGen/PowerPC/big-endian-formal-args.ll

2007-07-06 Thread Dan Gohman
These 2 tests are failing for me: test/CodeGen/PowerPC/big-endian-actual-args.ll test/CodeGen/PowerPC/big-endian-formal-args.ll Seems like they expect it to be in the format: addc r4, r4, r6 or li r6, 3 It appears to be a difference between what LLVM calls Darwin syntax and Linux syntax.

[llvm-commits] [llvm] r37921 - in /llvm/trunk: lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp test/CodeGen/PowerPC/big-endian-actual-args.ll test/CodeGen/PowerPC/big-endian-formal-args.ll

2007-07-05 Thread Dan Gohman
Author: djg Date: Thu Jul 5 15:12:34 2007 New Revision: 37921 URL: http://llvm.org/viewvc/llvm-project?rev=37921view=rev Log: Add a parameter to getCopyToParts and getCopyFromParts to specify whether endian swapping should be done, and update the code to use it. This fixes some register ordering

Re: [llvm-commits] [llvm] r37921 - in /llvm/trunk: lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp test/CodeGen/PowerPC/big-endian-actual-args.ll test/CodeGen/PowerPC/big-endian-formal-args.ll

2007-07-05 Thread Tanya Lattner
These 2 tests are failing for me: test/CodeGen/PowerPC/big-endian-actual-args.ll test/CodeGen/PowerPC/big-endian-formal-args.ll Seems like they expect it to be in the format: addc r4, r4, r6 or li r6, 3 -Tanya On Jul 5, 2007, at 1:12 PM, Dan Gohman wrote: Author: djg Date: Thu Jul 5