[llvm-bugs] [Bug 25107] New: [Polly] S->getReads() does not contain loop invariant accesses
    via llvm-bugs 
    llvm-bugs at lists.llvm.org
       
    Thu Oct  8 04:03:32 PDT 2015
    
    
  
https://llvm.org/bugs/show_bug.cgi?id=25107
            Bug ID: 25107
           Summary: [Polly] S->getReads() does not contain loop invariant
                    accesses
           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
Since we added support for loop invariant accesses, the set of memory elements
read by the scop (scop::getReads()) does not contain loop invariant accesses.
Maybe this indeed makes sense, but I currently feel otherwise. For now at
least, this broke some of my analysis code. I keep this as a bug report to
ensure we keep track of how this was resolved at the end.
This does not hurt any in-tree code.
-- 
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/20151008/f11584c6/attachment.html>
    
    
More information about the llvm-bugs
mailing list