[LLVMbugs] [Bug 7324] thumb2 mode doesn't use uxtb/uxth where expected

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Jun 11 13:07:41 PDT 2010


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

Evan Cheng <evan.cheng at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #2 from Evan Cheng <evan.cheng at apple.com> 2010-06-11 15:07:41 CDT ---
This should be considered as correct. Looks like these instructions are not
available on all Thumb2 variants so you either need to specify the attribute
t2xtpk or a cpu to get these.

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