[LLVMbugs] [Bug 21474] New: BGEU not implemented

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Nov 4 04:13:42 PST 2014


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: unassignedbugs at nondot.org
          Reporter: csdavec at swan.ac.uk
                CC: llvmbugs at cs.uiuc.edu
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20141104/57254929/attachment.html>


More information about the llvm-bugs mailing list