summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/func-argpassing-endian.ll
Commit message (Collapse)AuthorAgeFilesLines
* [DAGCombiner] Call SimplifyDemandedVectorElts from EXTRACT_VECTOR_ELTSimon Pilgrim2018-07-171-2/+0
| | | | | | | | If we are only extracting vector elements via EXTRACT_VECTOR_ELT(s) we may be able to use SimplifyDemandedVectorElts to avoid unnecessary vector ops. Differential Revision: https://reviews.llvm.org/D49262 llvm-svn: 337258
* [ARM] Regenerated arg endian testSimon Pilgrim2018-07-131-48/+224
| | | | | | As requested on D49262 llvm-svn: 336980
* test/CodeGen: Check that the correct register is used in a storeJustin Bogner2014-05-081-3/+3
| | | | | | | | | This tightens up r208351 to ensure that a store is fed with the correct value. Thanks to Quentin Colombet for spotting this! llvm-svn: 208368
* Make a CodeGen test more robust against vector register selectionJustin Bogner2014-05-081-20/+19
| | | | llvm-svn: 208351
* test: fix test on WindowsSaleem Abdulrasool2014-05-081-3/+2
| | | | | | | | When building on Windows, the default target is Windows. Windows on ARM does not support ARM mode compilation, resulting in test failures. Simply specify a triple to ensure that we are testing the correct behaviour. llvm-svn: 208340
* ARM big endian function argument passingChristian Pirker2014-05-081-0/+124
llvm-svn: 208316
OpenPOWER on IntegriCloud