summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/call-function
diff options
context:
space:
mode:
authorKeno Fischer <kfischer@college.harvard.edu>2016-07-13 01:28:12 +0000
committerKeno Fischer <kfischer@college.harvard.edu>2016-07-13 01:28:12 +0000
commit1efc3b70c55910de72277f55959574c55329b0fa (patch)
treeddb5c035242deca835ca484bf00a6f36254ec888 /lldb/packages/Python/lldbsuite/test/expression_command/call-function
parent835df56cb3d222a76fa65eb34bd27d8e2e98e45f (diff)
downloadbcm5719-llvm-1efc3b70c55910de72277f55959574c55329b0fa.tar.gz
bcm5719-llvm-1efc3b70c55910de72277f55959574c55329b0fa.zip
Fix ScalarEvolutionExpander step scaling bug
The expandAddRecExprLiterally function incorrectly transforms `[Start + Step * X]` into `Step * [Start + X]` instead of the correct transform of `[Step * X] + Start`. This caused https://github.com/JuliaLang/julia/issues/14704#issuecomment-174126219 due to what appeared to be sufficiently complicated loop interactions. Patch by Jameson Nash (jameson@juliacomputing.com). Reviewers: sanjoy Differential Revision: http://reviews.llvm.org/D16505 llvm-svn: 275239
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud