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

           Summary: thumb2 UBFX not generated
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Backend: ARM
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Created an attachment (id=4027)
 --> (http://llvm.org/bugs/attachment.cgi?id=4027)
SBFX and UBFX test

Although the signed bit-field extract pattern appears to match and generate,
the unsigned version does not.  The attached test file has three test
functions.  The first shows the SBFX generation working and the last two show
UBFX not working.  The first and second test function differ only in sext vs.
zext.


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