[llvm-bugs] [Bug 25720] integrated assembler should convert `and foo, bar, immediate` into `bic foo, bar, ~immediate` if immediate doesn't fit into the immediate field bit ~immediate does

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Dec 8 10:11:46 PST 2015


https://llvm.org/bugs/show_bug.cgi?id=25720

Renato Golin <renato.golin at linaro.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Renato Golin <renato.golin at linaro.org> ---
Expanded to all registers (on ARM only) in r255034, with some more tests. Your
example works now.

-- 
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/20151208/fb6232a1/attachment.html>


More information about the llvm-bugs mailing list