[LLVMbugs] [Bug 9496] New: Cannot select sint_to_fp with vector on ARM

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Mar 16 14:32:56 PDT 2011


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: unassignedbugs at nondot.org
        ReportedBy: sharparrow1 at yahoo.com
                CC: llvmbugs at cs.uiuc.edu


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.



More information about the llvm-bugs mailing list