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

            Bug ID: 21474
           Summary: BGEU not implemented
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: MIPS
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

The GNU assembler implements BGEU as a pseudo that expands to SLTU followed by
BEQZ.  LLVM is currently missing this, which is a blocker for FreeBSD libc.

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