diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2013-07-19 07:12:23 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2013-07-19 07:12:23 +0000 |
commit | 5955c9e4da75582835c393e91ba637ec2d2b0593 (patch) | |
tree | e2feda93e4ff7509725cd5a54e14c4aca7be221b /llvm/tools/llvm-mc/Disassembler.cpp | |
parent | 99f80cf4a783d2a915e8555b66a54f0a6f5b56f6 (diff) | |
download | bcm5719-llvm-5955c9e4da75582835c393e91ba637ec2d2b0593.tar.gz bcm5719-llvm-5955c9e4da75582835c393e91ba637ec2d2b0593.zip |
Fix PR16651, an assert introduced in my recent re-work of the innards of
SROA.
The crux of the issue is that now we track uses of a partition of the
alloca in two places: the iterators over the partitioning uses and the
previously collected split uses vector. We weren't accounting for the
fact that the split uses might invalidate integer widening in ways other
than due to their width (in this case due to being volatile).
Further reduced testcase added to the tests.
llvm-svn: 186655
Diffstat (limited to 'llvm/tools/llvm-mc/Disassembler.cpp')
0 files changed, 0 insertions, 0 deletions