[PATCH] D46864: add 2 functions to the ALiasAnalysis interface (getAddressesDistance + ModRefSameBuffer)
Atheel Massalha via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 15 01:43:35 PDT 2018
atheel.ma created this revision.
atheel.ma added reviewers: asbirlea, chandlerc.
Herald added a subscriber: llvm-commits.
bool ModRefSameBuffer: returns if 2 Locations Mod/Ref same buff (same block in memory)
getAddressesDistance : returns the distance between 2 Locations if there are modifying the same block in memory and distance can be calculated
Repository:
rL LLVM
https://reviews.llvm.org/D46864
Files:
include/llvm/Analysis/AliasAnalysis.h
lib/Analysis/AliasAnalysis.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46864.146756.patch
Type: text/x-patch
Size: 7963 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180515/31624c49/attachment.bin>
More information about the llvm-commits
mailing list