summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/frame
diff options
context:
space:
mode:
authorMichael Kruse <llvm-project@meinersbur.de>2019-11-12 13:48:07 -0600
committerMichael Kruse <llvm-project@meinersbur.de>2019-11-12 13:58:28 -0600
commit0aff3174dcc00516fd26c6554266b05a236166bb (patch)
treeef2606fb110365f5cbb176e6d75cb33418879219 /lldb/packages/Python/lldbsuite/test/python_api/frame
parent964842861c8acd53b8df8799f7c3800c5528fb72 (diff)
downloadbcm5719-llvm-0aff3174dcc00516fd26c6554266b05a236166bb.tar.gz
bcm5719-llvm-0aff3174dcc00516fd26c6554266b05a236166bb.zip
[CodeGen] Fix getArrayAccessFor crashes as in bug 32534 with -polly-vectorizer=polly.
Root cause is VectorBlockGenerator::copyStmt iterates all instructions in basic block, however some load instructions may be not unnecessary thus removed by simplification. As a result, these load instructions don't have a corresponding array. Looking at BlockGenerator::copyBB, it only iterates instructions list of ScopStmt. Given it must be a block type scop in case of vectorization, I think we should do the same in VectorBlockGenerator::copyStmt. Patch by bin.narwal <bin.narwal@gmail.com> Differential Revision: https://reviews.llvm.org/D70076
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/frame')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud