summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Peixotto <dpeixott@codeaurora.org>2013-10-17 19:49:22 +0000
committerDavid Peixotto <dpeixott@codeaurora.org>2013-10-17 19:49:22 +0000
commit6483751a362948bb83940e55f63226c27c472bc0 (patch)
tree4ddd3b22b480af567172666c6eb53af79b42eb3f /test
parentf4094e5ed7387b29eda8d9a7865f6b5dfd47ce82 (diff)
downloadllvm-6483751a362948bb83940e55f63226c27c472bc0.tar.gz
llvm-6483751a362948bb83940e55f63226c27c472bc0.tar.bz2
llvm-6483751a362948bb83940e55f63226c27c472bc0.tar.xz
Refactor lowering for COPY_STRUCT_BYVAL_I32
This commit refactors the lowering of the COPY_STRUCT_BYVAL_I32 pseudo-instruction in the ARM backend. We introduce a new helper class that encapsulates all of the operations needed during the lowering. The operations are implemented for each subtarget in different subclasses. Currently only arm and thumb2 subtargets are supported. This refactoring was done to easily implement support for thumb1 subtargets. This initial patch does not add support for thumb1, but is only a refactoring. A follow on patch will implement the support for thumb1 subtargets. No intended functionality change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192915 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions