OSDN Git Service

Provide versions of the ARM eh_sjlj_setjmp instructions for non-VFP subtargets
authorBob Wilson <bob.wilson@apple.com>
Fri, 9 Apr 2010 20:41:18 +0000 (20:41 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 9 Apr 2010 20:41:18 +0000 (20:41 +0000)
commitec80e2693ad01262592096d061861e7f1755482e
tree3e9938a4c2b6e8c698a637e3b3a443b26972ea33
parent76e94e541c867a1d61d9be6555d3c17cd09b3914
Provide versions of the ARM eh_sjlj_setjmp instructions for non-VFP subtargets
such that the non-VFP versions have no implicit defs of VFP registers.
If any callee-saved VFP registers are marked as having been defined, the
prologue/epilogue code will try to save and restore them.
Radar 7770432.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100892 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrThumb2.td
utils/TableGen/ARMDecoderEmitter.cpp