[llvm-bugs] [Bug 33307] New: [X86] 32-byte alignment of small loops

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Jun 4 21:25:22 PDT 2017


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

            Bug ID: 33307
           Summary: [X86] 32-byte alignment of small loops
           Product: new-bugs
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: serguei.katkov at azul.com
                CC: llvm-bugs at lists.llvm.org

X86 optimization guide directly states that 32-byte alignment of small loops
may benefit from LSD(Loop Stream Detector) if some condition are met.

It seems that X86 LLVM backend does nothing related to this.
It would be nice to implement this optimization to speed-up execution of small
loops.

-- 
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/20170605/5b6ad568/attachment-0001.html>


More information about the llvm-bugs mailing list