[llvm-commits] [llvm] r43398 - in /llvm/trunk: lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp test/CodeGen/PowerPC/2007-10-23-UnalignedMemcpy.ll

Bill Wendling isanbard at gmail.com
Fri Oct 26 13:30:58 PDT 2007


On 10/26/07, Bill Wendling <isanbard at gmail.com> wrote:
> Author: void
> Date: Fri Oct 26 15:24:42 2007
> New Revision: 43398
>
> URL: http://llvm.org/viewvc/llvm-project?rev=43398&view=rev
> Log:
> - XFAIL 2007-10-23-UnalignedMemcpy.ll because llc has a bug that crashes on
>   unaligned pointers.
>
Explanation: Chris is looking into the problem with llc crashing on
invalid code. That's why I XFAILed this one instead of removing it.

-bw



More information about the llvm-commits mailing list