[llvm-bugs] [Bug 37387] MSVC rotate intrinsics don't (just) generate rotates on x86-64

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Nov 26 06:35:44 PST 2018


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

Sanjay Patel <spatel+llvm at rotateright.com> changed:

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

--- Comment #17 from Sanjay Patel <spatel+llvm at rotateright.com> ---
(In reply to simonas+llvm.org from comment #15)
> It seems that Clang still codegens the old sequence for `_rot{l,r}` builtins
> rather than these new LLVM intrinsics, as can be seen in
> lib/CodeGen/CGBuiltin.cpp at lines 1822-1860.

I don't see any bot failures caused by the clang change this time, so should be
fixed with:
https://reviews.llvm.org/rL347527

Note that there is still ongoing work to optimize/canonicalize funnel-shift and
associated patterns. See related bugs to track those.

-- 
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/20181126/45ed46c0/attachment.html>


More information about the llvm-bugs mailing list