[llvm-bugs] [Bug 27195] New: Delinearization fails to recognize the correct access function

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Apr 4 04:44:01 PDT 2016


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

            Bug ID: 27195
           Summary: Delinearization fails to recognize the correct access
                    function
           Product: Polly
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Other
          Assignee: polly-dev at googlegroups.com
          Reporter: doerfert at cs.uni-saarland.de
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Created attachment 16164
  --> https://llvm.org/bugs/attachment.cgi?id=16164&action=edit
Wrong delinearization for accesses to "A" through "C".

Simialar to PR27013 delinearization of the attached test case generates a wrong
access function. The reasons also looks similar, both times the delinearization
analysis looks only at the first GEP in the IR but later we use
ScalarEvolution::getPointerBase to look though all GEPs.

-- 
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/20160404/153a7843/attachment-0001.html>


More information about the llvm-bugs mailing list