[LLVMbugs] [Bug 22706] New: Cannot select error with btver2

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Feb 25 20:01:40 PST 2015


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

            Bug ID: 22706
           Summary: Cannot select error with btver2
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: X86
          Assignee: unassignedbugs at nondot.org
          Reporter: rafael.espindola at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

$ cat t.ll
define <32 x i8> @f(<32 x i1> %x) {
  %tmp = select <32 x i1> %x, <32 x i8> <i8 1, i8 1, i8 1, i8 1, i8 1, i8 1, i8
1, i8 1, i8 1, i8 1, i8 1, i8 1, i8 1, i8 1, i8 1, i8 1, i8 1, i8 1, i8 1, i8
1, i8 1, i8 1, i8 1, i8 1, i8 1, i8 1, i8 1, i8 1, i8 1, i8 1, i8 1, i8 1>, <32
x i8> <i8 2, i8 2, i8 2, i8 2, i8 2, i8 2, i8 2, i8 2, i8 2, i8 2, i8 2, i8 2,
i8 2, i8 2, i8 2, i8 2, i8 2, i8 2, i8 2, i8 2, i8 2, i8 2, i8 2, i8 2, i8 2,
i8 2, i8 2, i8 2, i8 2, i8 2, i8 2, i8 2>
  ret <32 x i8> %tmp
}
$ ./build/bin/llc -mtriple x86_64-pc-linux  -mcpu btver2 t.ll
LLVM ERROR: Cannot select: 0x202dfa0: v32i8 = vselect 0x2031000, 0x202dc70,
0x202db60 [ORD=2]

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150226/9f6d793d/attachment.html>


More information about the llvm-bugs mailing list