diff options
author | Johannes Doerfert <doerfert@cs.uni-saarland.de> | 2014-10-13 12:58:03 +0000 |
---|---|---|
committer | Johannes Doerfert <doerfert@cs.uni-saarland.de> | 2014-10-13 12:58:03 +0000 |
commit | a99130f0420ff054553f91d0f75cc8850cfeefd2 (patch) | |
tree | 8a48122a0363d2637ec6f3789d5457d682f3cfec /clang/test/OpenMP/parallel_num_threads_codegen.cpp | |
parent | f305000a918518f39b3a181d590d844805e75b33 (diff) | |
download | bcm5719-llvm-a99130f0420ff054553f91d0f75cc8850cfeefd2.tar.gz bcm5719-llvm-a99130f0420ff054553f91d0f75cc8850cfeefd2.zip |
[Refactor][NfC] Simplify and clean the handling of (new) access relations
This patch does not change the semantic on it's own. However, the
dependence analysis as well as dce will now use the newest available
access relation for each memory access, thus if at some point the json
importer or any other pass will run before those two and set a new
access relation the behaviour will be different. In general it is
unclear if the dependence analysis and dce should be run on the old or
new access functions anyway. If we need to access the original access
function from the outside later, we can expose the getter again.
Differential Revision: http://reviews.llvm.org/D5707
llvm-svn: 219612
Diffstat (limited to 'clang/test/OpenMP/parallel_num_threads_codegen.cpp')
0 files changed, 0 insertions, 0 deletions