Skip to content

Cannot select sint_to_fp with vector on ARM #9868

Closed
@efriedma-quic

Description

@efriedma-quic
Bugzilla Link 9496
Resolution FIXED
Resolved on Mar 14, 2013 10:06
Version unspecified
OS Linux
CC @asl

Extended Description

The following fails with "llc -march=arm -mcpu=cortex-a9":
define <2 x double> @​a(<2 x i32> %x) nounwind readnone {
entry:
%conv = sitofp <2 x i32> %x to <2 x double>
ret <2 x double> %conv
}

A quick look makes me think it's getting marked legal by accident.

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