hanchenye-llvm-project/llvm/lib/Target/ARM/AsmParser
Tim Northover 8eaf1543e5 ARM: diagnose invalid system LDM/STM
The system LDM and STM instructions can't usually writeback to the base
register. The one exception is when an LDM is actually an exception-return
(i.e. contains PC in the register list).

(There's already a test that "ldm sp!, {r0-r3, pc}^" works, which is why there
is no positive test).

rdar://problem/15223374

llvm-svn: 194512
2013-11-12 21:32:41 +00:00
..
ARMAsmParser.cpp ARM: diagnose invalid system LDM/STM 2013-11-12 21:32:41 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile