[LLVMbugs] [Bug 10688] New: [AVX] cannot select: v8i32 = bit_convert
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Aug 17 09:36:19 PDT 2011
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: unassignedbugs at nondot.org
ReportedBy: matt at pharr.org
CC: llvmbugs at cs.uiuc.edu
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.
More information about the llvm-bugs
mailing list