[llvm-commits] [llvm] r112175 - in /llvm/trunk: lib/CodeGen/SelectionDAG/LegalizeDAG.cpp test/CodeGen/X86/sse1.ll test/CodeGen/X86/vec_cast.ll

Eli Friedman eli.friedman at gmail.com
Thu Aug 26 01:07:55 PDT 2010


On Wed, Aug 25, 2010 at 11:57 PM, Chris Lattner <sabre at nondot.org> wrote:
> Author: lattner
> Date: Thu Aug 26 01:57:07 2010
> New Revision: 112175
>
> URL: http://llvm.org/viewvc/llvm-project?rev=112175&view=rev
> Log:
> Add a hackaround for PR7993 which is causing failures on x86 builders that lack sse2.

I'm pretty sure the issue is that it fails with a Linux triple, rather
than having anything to do with SSE2.

-Eli



More information about the llvm-commits mailing list