[llvm-commits] [llvm] r139939 - in /llvm/trunk/lib/Target/X86: X86MachineFunctionInfo.h X86RegisterInfo.cpp

NAKAMURA Takumi geek4civic at gmail.com
Sat Sep 17 18:48:27 PDT 2011


Bruno,

With -mtriple=i686-{cygwin|mingw|win32}, 5 tests have been failing.
Apparently they might be regression, handling frame pointer would be redundant.

Failing Tests (5):
    LLVM :: CodeGen/X86/2006-05-11-InstrSched.ll
    LLVM :: CodeGen/X86/2009-06-05-ScalarToVectorByteMMX.ll
    LLVM :: CodeGen/X86/movgs.ll
    LLVM :: CodeGen/X86/v2f32.ll
    LLVM :: CodeGen/X86/vec_set-C.ll

...Takumi



More information about the llvm-commits mailing list