[LLVMbugs] [Bug 10491] New: [AVX] "cannot select" v8i32 = BUILD_VECTOR error

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jul 26 02:14:22 PDT 2011


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

           Summary: [AVX] "cannot select" v8i32 = BUILD_VECTOR error
           Product: new-bugs
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: matt at pharr.org
                CC: llvmbugs at cs.uiuc.edu


Created an attachment (id=6939)
 --> (http://llvm.org/bugs/attachment.cgi?id=6939)
test case

With top of tree, if I run:

% llc bug.ll -o /dev/null -mcpu=corei7-avx -mattr=+avx

With the attached test program, I get the following crash:

LLVM ERROR: Cannot select: 0x7f8164034310: v8i32 = BUILD_VECTOR 0x7f8164034210,
0x7f8164034210, 0x7f8164034210, 0x7f8164034210, 0x7f8164034210, 0x7f8164034210,
0x7f8164034210, 0x7f8164034210 [ID=10]
  0x7f8164034210: i32 = Constant<0> [ID=4]
  0x7f8164034210: i32 = Constant<0> [ID=4]
  0x7f8164034210: i32 = Constant<0> [ID=4]
  0x7f8164034210: i32 = Constant<0> [ID=4]
  0x7f8164034210: i32 = Constant<0> [ID=4]
  0x7f8164034210: i32 = Constant<0> [ID=4]
  0x7f8164034210: i32 = Constant<0> [ID=4]
  0x7f8164034210: i32 = Constant<0> [ID=4]

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