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

           Summary: Cannot yet select: intrinsic %llvm.x86.sse3.monitor
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


This is on x86-64 linux.  The testcase is pr27696.c from the gcc testsuite.

$ llvm-gcc -S -msse3 pr27696.c
cc1: error in backend: Cannot yet select: intrinsic %llvm.x86.sse3.monitor
$ cat pr27696.c
/* PR target/27696
   The testcase below uses to trigger an ICE.  */

/* { dg-do compile } */
/* { dg-options "-msse3" } */

void
foo (void const * P, unsigned int E, unsigned int H)
{
  __builtin_ia32_monitor (P, E, H);
}

-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to