summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/modernize-loop-convert-basic.cpp
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2015-09-23 22:21:09 +0000
committerTim Northover <tnorthover@apple.com>2015-09-23 22:21:09 +0000
commitbeb5bccf88876eb3087674429ca71c4a6bee6b7d (patch)
tree4620219582699d73971c808cd4ef09acc297bea7 /clang-tools-extra/test/clang-tidy/modernize-loop-convert-basic.cpp
parent6997525eaa8fa6ea09e6a8c7a33908e81544ef1f (diff)
downloadbcm5719-llvm-beb5bccf88876eb3087674429ca71c4a6bee6b7d.tar.gz
bcm5719-llvm-beb5bccf88876eb3087674429ca71c4a6bee6b7d.zip
ARM: fix folding stack adjustment (again again again...)
This time, the issue is that we weren't accounting for the possibility that aligned DPRs could have been stored after the final "push" in a prologue. When that happened we effectively moved a "sub sp, #N" from below the aligned stores to above them, and everything went to pot. To make it worse, I'd actually committed something testing that we produced wrong code, so the test update is tiny. llvm-svn: 248437
Diffstat (limited to 'clang-tools-extra/test/clang-tidy/modernize-loop-convert-basic.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud