[PATCH] D15510: [Polly] Unique value read accesses
    Michael Kruse via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Dec 14 15:40:34 PST 2015
    
    
  
Meinersbur created this revision.
Meinersbur added reviewers: grosser, jdoerfert.
Meinersbur added subscribers: llvm-commits, pollydev.
Meinersbur added a project: Polly.
Keep at most one value read MemoryAccess per value and statement; multiple generated loads do not have any additional effect. As one such MemoryAccess can cater multiple uses within the statement, the AccessInstruction property is not unique any more and set to nullptr.
http://reviews.llvm.org/D15510
Files:
  include/polly/ScopInfo.h
  lib/Analysis/ScopInfo.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15510.42792.patch
Type: text/x-patch
Size: 6911 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151214/0dccb3f4/attachment.bin>
    
    
More information about the llvm-commits
mailing list