summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
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
commitc32e24a1b7844a39e0a9f4bffb9763d40b05c9c4 (patch)
tree96e0703cd176370f1eb500de3464e1f7e85f4553 /llvm/test/CodeGen
parentde0be6232bff7fcec6df6e1a1ae4560c5b9148c1 (diff)
downloadbcm5719-llvm-c32e24a1b7844a39e0a9f4bffb9763d40b05c9c4.tar.gz
bcm5719-llvm-c32e24a1b7844a39e0a9f4bffb9763d40b05c9c4.zip
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. llvm-svn: 192915
Diffstat (limited to 'llvm/test/CodeGen')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud