[llvm-commits] [llvm] r37843 - /llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
Chris Lattner
clattner at apple.com
Tue Jul 3 22:54:25 PDT 2007
On Jul 3, 2007, at 6:35 PM, Evan Cheng wrote:
> Hi Dan,
>
> This patch is breaking llvm-gcc bootstrapping on PPC.
>
> I am not sure what exactly wrong is it. But the old code has a check
> for endianness while your new code doesn't. Can you check again if
> you are taking endianness into consideration?
One thing to check: if returning (or passing) an i64 value, make sure
the right halves are returned in r3 vs r4. Thanks!
-Chris
More information about the llvm-commits
mailing list