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-...@googlegroups.com
          Reporter: doerf...@cs.uni-saarland.de
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to