[llvm-bugs] [Bug 20992] unexpected behavior using result of __lzcnt64() on x86_64

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Mar 17 10:04:26 PDT 2017


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

Simon Pilgrim <llvm-dev at redking.me.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
          Component|-New Bugs                   |Headers
         Resolution|---                         |FIXED
                 CC|                            |llvm-dev at redking.me.uk

--- Comment #1 from Simon Pilgrim <llvm-dev at redking.me.uk> ---
Craig Topper fixed the headers for __lzcnt* (rL221064) and __tzcnt* (rL221065)
to avoid this issue. Later improvements in the combiners improved codegen to
avoid the compare+branch.

-- 
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/20170317/6e2d9813/attachment.html>


More information about the llvm-bugs mailing list