-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Description
| Bugzilla Link | 10844 |
| Resolution | FIXED |
| Resolved on | Sep 08, 2011 20:49 |
| Version | unspecified |
| OS | All |
| Attachments | test case |
| Reporter | LLVM Bugzilla Contributor |
| CC | @bcardosolopes |
Extended Description
With the attached test case, I'm seeing the following crash:
% llc -O0 bug.bc -filetype=obj -o x.o -mattr=+avx
LLVM ERROR: Cannot select: 0x7fd50907a310: v8f32 = X86ISD::VZEXT_MOVL 0x7fd50907ab10 [ID=96]
0x7fd50907ab10: v8f32 = insert_subvector 0x7fd50907aa10, 0x7fd50907a910, 0x7fd50902f410 [ID=91]
0x7fd50907aa10: v8f32 = undef [ID=35]
0x7fd50907a910: v4f32 = scalar_to_vector 0x7fd509029e10 [ID=85]
0x7fd509029e10: f32,ch = load 0x10dfe7bd8, 0x7fd509027d10, 0x7fd50902ed10<LD4[ConstantPool]> [ID=75]
0x7fd509027d10: i64 = X86ISD::WrapperRIP 0x7fd509028010 [ID=50]
0x7fd509028010: i64 = TargetConstantPool<float 0xFFFFFFFFE0000000> 0 [ID=27]
0x7fd50902ed10: i64 = undef [ORD=181] [ID=3]
0x7fd50902f410: i32 = Constant<0> [ORD=185] [ID=8]
(If I try to reduce it to a simpler test case with bugpoint, then it ends up reducing it to something that hits 10842 or 10843.)