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

Craig Topper <craig.top...@gmail.com> changed:

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

--- Comment #1 from Craig Topper <craig.top...@gmail.com> ---
This is intentional. According to Intel's optimization manuals "lea eax,
[rdi+1+rdi]" is slower than "lea eax, [rdi+rdi], add eax, 1"

*** This bug has been marked as a duplicate of bug 41301 ***

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

Reply via email to