[LLVMbugs] [Bug 5199] New: msp430 backend: ice: Cannot yet select

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu Oct 15 11:27:03 PDT 2009


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

           Summary: msp430 backend: ice: Cannot yet select
           Product: new-bugs
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: regehr at cs.utah.edu
                CC: asl at math.spbu.ru, llvmbugs at cs.uiuc.edu


regehr at john-home:~/volatile/tmp207$ clang -ccc-host-triple
msp430-generic-generic -ccc-clang-archs msp430 -x c -O2 small.c 
fatal error: error in backend: Cannot yet select: 0xa10f854: i8 = mul
0xa10f7d0,
      0xa10f5c0

regehr at john-home:~/volatile/tmp207$ clang -v

clang version 1.1 (trunk 84167)
Target: i386-pc-linux-gnu
Thread model: posix

regehr at john-home:~/volatile/tmp207$ cat small.c

char foo (char _si1, char _si2)
{
  return 0 ? 0 : _si1 * _si2;
}

char g_29; 

int bar (void *);

void uint81 (int * p_32)
{
  char *l_70 = &g_29;
  if (*l_70 == bar (&foo))
    {
    }
}


-- 
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