http://llvm.org/bugs/show_bug.cgi?id=9496

           Summary: Cannot select sint_to_fp with vector on ARM
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


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.

-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to