[llvm-commits] [llvm] r65481 - /llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp

Duncan Sands baldrick at free.fr
Thu Feb 26 00:43:07 PST 2009


Hi Dale,

> Fix big-endian codegen bug.  We're splitting up
> overly long ints, e.g. i96, into pieces at PHIs
> and the nodes that feed into them; however big-endian
> reverses the order of the pieces (for some reason), 

I vaguely recall that the reversing is needed to have
the recursion work correctly on big-endian machines.

Ciao,

Duncan.



More information about the llvm-commits mailing list