aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAllocBasic.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-12-07 23:08:38 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-12-07 23:08:38 +0000
commit06d65f515638dc996a4ecaf2a9692475aa4b46e3 (patch)
tree6cc21bec33c22c402888dfda54a86f7709818d86 /lib/CodeGen/RegAllocBasic.cpp
parent997759ac22dc1de6f324b1c09c0a2a558236c489 (diff)
Fix a bad prologue / epilogue codegen bug where the compiler would emit illegal
vpush instructions to save / restore VFP / NEON registers like this: vpush {d8,d10,d11} vpop {d8,d10,d11} vpush and vpop do not allow gaps in the register list. rdar://8728956 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121197 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAllocBasic.cpp')
0 files changed, 0 insertions, 0 deletions