ScopInfo: Allocate globally unique memory access identifiers
Before this commit memory reference identifiers have only been unique per basic block, but not per (non-affine) ScopStmt. This commit now uses the MemoryAccess base pointer to uniquely identify each Memory access. llvm-svn: 252200
Loading
Please sign in to comment