Skip to content

Cannot select bitcast of <2 x i32> to double on x86 #3176

@efriedma-quic

Description

@efriedma-quic
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".

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzilla

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions