[llvm-bugs] [Bug 24934] New: [Polly] Loops with possibly invariant base-address / array-size not optimized

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Sep 25 00:50:33 PDT 2015


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

            Bug ID: 24934
           Summary: [Polly] Loops with possibly invariant base-address /
                    array-size not optimized
           Product: Projects
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Polly
          Assignee: polly-dev at googlegroups.com
          Reporter: tobias at grosser.es
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Created attachment 14932
  --> https://llvm.org/bugs/attachment.cgi?id=14932&action=edit
Test case

With Polly we do not optimize the attached test case as the array base
addresses are possibly loop-invariant. The same probably holds for the sizes of
the multi-dimensional arrays.

It might be interesting to hoist them out (conditionally) and then optimize
this loop nest anyhow.

-- 
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/20150925/33cc86c1/attachment.html>


More information about the llvm-bugs mailing list