aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2014-09-24 21:04:29 +0000
committerTobias Grosser <tobias@grosser.es>2014-09-24 21:04:29 +0000
commit1eedb67fa6e3d50161b3c064dc8891738484ddab (patch)
tree53e90be0dfd2f568ce17f00d6bd83d9b6787d4e7 /llvm/tools/llvm-objdump/llvm-objdump.cpp
parent7aa836043fc33b90f05ac85a912e3138c07e73e1 (diff)
downloadllvm-1eedb67fa6e3d50161b3c064dc8891738484ddab.zip
llvm-1eedb67fa6e3d50161b3c064dc8891738484ddab.tar.gz
llvm-1eedb67fa6e3d50161b3c064dc8891738484ddab.tar.bz2
We do not support alias checks for base pointers defined inside the SCoP
The run-time alias check places code that involves the base pointer at the beginning of the SCoP. This breaks if the base pointer is defined inside the SCoP. Hence, we can only create a run-time alias check if we are sure the base pointer is not an instruction defined inside the scop. If it is we refuse to handle the SCoP. This commit should unbreak most of our current LNT failures. Differential Revision: http://reviews.llvm.org/D5483 llvm-svn: 218412
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions