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

Trass3r <tras...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |tras...@gmail.com
         Resolution|---                         |FIXED

--- Comment #17 from Trass3r <tras...@gmail.com> ---
Just use the branchless (x << (n % width) | x >> (-n % width)) pattern.
Also used by clang internally to emit code for the _rotl MSVC intrinsic.
See https://bugs.llvm.org/show_bug.cgi?id=39624.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to