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

            Bug ID: 18070
           Summary: cannot select addrspacecast on ARM
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

This code (bugpoint reduction) causes 'cannot select'
define float addrspace(1)* @foo() {
  %rv = addrspacecast float* undef to float addrspace(1)*
  ret float addrspace(1)* %rv
}

when compiled on ARM.
LLVM 3.4-branch, r195415

LLVM ERROR: Cannot select: 0x1f72cf0: i32 = addrspacecast 0x1f72c60[0 -> 1]
[ORD=1] [ID=3]
  0x1f72c60: i32 = undef [ID=1]
In function: foo

-- 
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