aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/modify-python-lldb.py
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2012-12-10 18:49:16 +0000
committerHal Finkel <hfinkel@anl.gov>2012-12-10 18:49:16 +0000
commit66859ae0f64f1ead5579d9fb798927cd204f989b (patch)
tree75b4b9907cb8853ea7504a432e92c7b9e2300f5c /lldb/scripts/Python/modify-python-lldb.py
parent43e17ad1d0bf1018d0f0e40e7472ff8e3f390637 (diff)
downloadllvm-66859ae0f64f1ead5579d9fb798927cd204f989b.zip
llvm-66859ae0f64f1ead5579d9fb798927cd204f989b.tar.gz
llvm-66859ae0f64f1ead5579d9fb798927cd204f989b.tar.bz2
Use GetUnderlyingObjects in misched
misched used GetUnderlyingObject in order to break false load/store dependencies, and the -enable-aa-sched-mi feature similarly relied on GetUnderlyingObject in order to ensure it is safe to use the aliasing analysis. Unfortunately, GetUnderlyingObject does not recurse through phi nodes, and so (especially due to LSR) all of these mechanisms failed for induction-variable-dependent loads and stores inside loops. This change replaces uses of GetUnderlyingObject with GetUnderlyingObjects (which will recurse through phi and select instructions) in misched. Andy reviewed, tested and simplified this patch; Thanks! llvm-svn: 169744
Diffstat (limited to 'lldb/scripts/Python/modify-python-lldb.py')
0 files changed, 0 insertions, 0 deletions