http://llvm.org/bugs/show_bug.cgi?id=12330

             Bug #: 12330
           Summary: Improve LoopStrengthReduction to handle nested loops.
           Product: new-bugs
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


The LSR pass currently isn't smart enough to optimize outer loops without
pessimizing inner loops. This isn't the most important optimization, but we
have noticed cases that could be improved be LSR on outer loops. I'm attaching
five unit tests that used to work back when LLVM attempted LSR on nested loops.
Maybe they can be resurrected some day.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to