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

           Summary: [AVX] cannot select: v8i32 = bit_convert
           Product: new-bugs
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


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

If I run llc -mattr=+avx on the attached, using top-of-tree, I'm seeing:


LLVM ERROR: Cannot select: 0x101829410: v8i32 = bit_convert 0x101829310 [ID=4]
  0x101829310: v8f32 = BUILD_VECTOR 0x101829210, 0x101829210, 0x101829210,
0x101829210, 0x101829210, 0x101829210, 0x101829210, 0x101829210 [ID=3]
    0x101829210: f32 = TargetConstantFP<0.000000e+00> [ID=2]
    0x101829210: f32 = TargetConstantFP<0.000000e+00> [ID=2]
    0x101829210: f32 = TargetConstantFP<0.000000e+00> [ID=2]
    0x101829210: f32 = TargetConstantFP<0.000000e+00> [ID=2]
    0x101829210: f32 = TargetConstantFP<0.000000e+00> [ID=2]
    0x101829210: f32 = TargetConstantFP<0.000000e+00> [ID=2]
    0x101829210: f32 = TargetConstantFP<0.000000e+00> [ID=2]
    0x101829210: f32 = TargetConstantFP<0.000000e+00> [ID=2]

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