aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/CommandLineTest.cpp
diff options
context:
space:
mode:
authorKeno Fischer <keno@alumni.harvard.edu>2018-05-14 22:05:01 +0000
committerKeno Fischer <keno@alumni.harvard.edu>2018-05-14 22:05:01 +0000
commitde577af8c0617df6bb707ac0a7ebccbf77d7cb6e (patch)
tree192fb100ed592774de5c7cd4a5f4ed97607ae51d /llvm/unittests/Support/CommandLineTest.cpp
parent165587b4247702cba4ea40e7d03a269369010136 (diff)
downloadllvm-de577af8c0617df6bb707ac0a7ebccbf77d7cb6e.zip
llvm-de577af8c0617df6bb707ac0a7ebccbf77d7cb6e.tar.gz
llvm-de577af8c0617df6bb707ac0a7ebccbf77d7cb6e.tar.bz2
[InstCombine] fix crash due to ignored addrspacecast
Summary: Part of the InstCombine code for simplifying GEPs looks through addrspacecasts. However, this was done by updating a variable also used by the next transformation, for marking GEPs as inbounds. This led to replacing a GEP with a similar instruction in a different addrspace, which caused an assertion failure in RAUW. This caused julia issue https://github.com/JuliaLang/julia/issues/27055 Patch by Jeff Bezanson <jeff@juliacomputing.com> Reviewed By: arsenm Differential Revision: https://reviews.llvm.org/D46722 llvm-svn: 332302
Diffstat (limited to 'llvm/unittests/Support/CommandLineTest.cpp')
0 files changed, 0 insertions, 0 deletions