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

Sanjay Patel <spatel+l...@rotateright.com> changed:

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

--- Comment #10 from Sanjay Patel <spatel+l...@rotateright.com> ---
After https://reviews.llvm.org/rL310849:

_rotate16:                              ## @rotate16
        movl    %esi, %ecx
        rolw    %cl, %di
        movzwl  %di, %eax
        retq

_rotate8:                               ## @rotate8
        movl    %esi, %ecx
        rolb    %cl, %dil
        movzbl  %dil, %eax
        retq

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