[LLVMbugs] [Bug 11585] New: trunk doesn't build on linux

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Dec 15 06:13:24 PST 2011


http://llvm.org/bugs/show_bug.cgi?id=11585

             Bug #: 11585
           Summary: trunk doesn't build on linux
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: gryzman at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


In file included from /home/gj/llvm/llvm/lib/Target/X86/X86FastISel.cpp:76:
/home/gj/llvm/llvm/lib/Target/X86/X86GenFastISel.inc: In member function
‘virtual unsigned int<unnamed>::X86FastISel::FastEmit_rr(llvm::MVT, llvm::MVT,
unsigned int, unsigned int, bool, unsigned int, bool)’:
/home/gj/llvm/llvm/lib/Target/X86/X86GenFastISel.inc:3469: error: ‘PSIGNB’ is
not a member of ‘llvm::X86ISD’
/home/gj/llvm/llvm/lib/Target/X86/X86GenFastISel.inc:3470: error: ‘PSIGND’ is
not a member of ‘llvm::X86ISD’
/home/gj/llvm/llvm/lib/Target/X86/X86GenFastISel.inc:3471: error: ‘PSIGNW’ is
not a member of ‘llvm::X86ISD’
/home/gj/llvm/llvm/lib/Target/X86/X86GenFastISel.inc:3473: error: ‘PUNPCKHBW’
is not a member of ‘llvm::X86ISD’
/home/gj/llvm/llvm/lib/Target/X86/X86GenFastISel.inc:3474: error: ‘PUNPCKHDQ’
is not a member of ‘llvm::X86ISD’
/home/gj/llvm/llvm/lib/Target/X86/X86GenFastISel.inc:3475: error: ‘PUNPCKHQDQ’
is not a member of ‘llvm::X86ISD’
/home/gj/llvm/llvm/lib/Target/X86/X86GenFastISel.inc:3476: error: ‘PUNPCKHWD’
is not a member of ‘llvm::X86ISD’
/home/gj/llvm/llvm/lib/Target/X86/X86GenFastISel.inc:3477: error: ‘PUNPCKLBW’
is not a member of ‘llvm::X86ISD’
/home/gj/llvm/llvm/lib/Target/X86/X86GenFastISel.inc:3478: error: ‘PUNPCKLDQ’
is not a member of ‘llvm::X86ISD’
/home/gj/llvm/llvm/lib/Target/X86/X86GenFastISel.inc:3479: error: ‘PUNPCKLQDQ’
is not a member of ‘llvm::X86ISD’
/home/gj/llvm/llvm/lib/Target/X86/X86GenFastISel.inc:3480: error: ‘PUNPCKLWD’
is not a member of ‘llvm::X86ISD’
/home/gj/llvm/llvm/lib/Target/X86/X86GenFastISel.inc:3483: error: ‘UNPCKHPD’ is
not a member of ‘llvm::X86ISD’
/home/gj/llvm/llvm/lib/Target/X86/X86GenFastISel.inc:3484: error: ‘UNPCKHPS’ is
not a member of ‘llvm::X86ISD’
/home/gj/llvm/llvm/lib/Target/X86/X86GenFastISel.inc:3485: error: ‘UNPCKLPD’ is
not a member of ‘llvm::X86ISD’
/home/gj/llvm/llvm/lib/Target/X86/X86GenFastISel.inc:3486: error: ‘UNPCKLPS’ is
not a member of ‘llvm::X86ISD’
/home/gj/llvm/llvm/lib/Target/X86/X86GenFastISel.inc:3487: error: ‘VUNPCKHPDY’
is not a member of ‘llvm::X86ISD’
/home/gj/llvm/llvm/lib/Target/X86/X86GenFastISel.inc:3488: error: ‘VUNPCKHPSY’
is not a member of ‘llvm::X86ISD’
/home/gj/llvm/llvm/lib/Target/X86/X86GenFastISel.inc:3489: error: ‘VUNPCKLPDY’
is not a member of ‘llvm::X86ISD’
/home/gj/llvm/llvm/lib/Target/X86/X86GenFastISel.inc:3490: error: ‘VUNPCKLPSY’
is not a member of ‘llvm::X86ISD’
In file included from /home/gj/llvm/llvm/lib/Target/X86/X86FastISel.cpp:76:
/home/gj/llvm/llvm/lib/Target/X86/X86GenFastISel.inc: In member function
‘virtual unsigned int<unnamed>::X86FastISel::FastEmit_rri(llvm::MVT, llvm::MVT,
unsigned int, unsigned int, bool, unsigned int, bool, uint64_t)’:
/home/gj/llvm/llvm/lib/Target/X86/X86GenFastISel.inc:3843: error: ‘VPERM2F128’
is not a member of ‘llvm::X86ISD’
/home/gj/llvm/llvm/lib/Target/X86/X86GenFastISel.inc: In member function
‘virtual unsigned int<unnamed>::X86FastISel::FastEmit_ri(llvm::MVT, llvm::MVT,
unsigned int, unsigned int, bool, uint64_t)’:
/home/gj/llvm/llvm/lib/Target/X86/X86GenFastISel.inc:4465: error: ‘VPERMILPDY’
is not a member of ‘llvm::X86ISD’
/home/gj/llvm/llvm/lib/Target/X86/X86GenFastISel.inc:4466: error: ‘VPERMILPSY’
is not a member of ‘llvm::X86ISD’
make[3]: ***
[/home/gj/llvm/llvm/build/lib/Target/X86/Release+Asserts/X86FastISel.o] Error 1

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list