|
|
| Bugzilla Link |
2804 |
| Resolution |
LATER |
| Resolved on |
Oct 16, 2008 02:03 |
| Version |
unspecified |
| OS |
Linux |
| CC |
@sunfishcode |
Extended Description
Testcase:
define double @z(<2 x i32> %a) nounwind {
entry:
%cast = bitcast <2 x i32> %a to double
ret double %cast
}
Run through llc on x86, gives "Cannot yet select: 0x8b3aa64: f64 = bit_convert 0x8b3ac84".