aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineScheduler.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-07-19 07:12:23 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-07-19 07:12:23 +0000
commit8f0a1cecc582145903a2bc0d0e53f06f874fc831 (patch)
treedb216ac6324c32a5c4d26c9e5ee0c2c908bb38d3 /lib/CodeGen/MachineScheduler.cpp
parent98cd02622d716cc1e2b6002e7f96a7b8f38c7ab0 (diff)
downloadexternal_llvm-8f0a1cecc582145903a2bc0d0e53f06f874fc831.zip
external_llvm-8f0a1cecc582145903a2bc0d0e53f06f874fc831.tar.gz
external_llvm-8f0a1cecc582145903a2bc0d0e53f06f874fc831.tar.bz2
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186655 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineScheduler.cpp')
0 files changed, 0 insertions, 0 deletions