summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/dagcombine-concatvector.ll
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-12-18 02:08:45 +0000
committerEric Christopher <echristo@gmail.com>2014-12-18 02:08:45 +0000
commit1971c3508a3e781104803d750496339460dfac1e (patch)
tree393bb5e7e0cd55aa403b56ea88075c06b57a816f /llvm/test/CodeGen/ARM/dagcombine-concatvector.ll
parent7a6f5e47cf3144ea1fdf4105279f0a2bc23aa59f (diff)
downloadbcm5719-llvm-1971c3508a3e781104803d750496339460dfac1e.tar.gz
bcm5719-llvm-1971c3508a3e781104803d750496339460dfac1e.zip
Model ARM backend ABI selection after the front end code doing the
same. This will change the "bare metal" ABI from APCS to AAPCS. The only difference between the front and back end code is that the code for Triple::GNU was added for environment. That will migrate to the front end shortly. Tests updated with the ABI they were originally testing in the case of bare metal (e.g. -mtriple armv7) or with a -gnu for arm-linux triples. llvm-svn: 224489
Diffstat (limited to 'llvm/test/CodeGen/ARM/dagcombine-concatvector.ll')
-rw-r--r--llvm/test/CodeGen/ARM/dagcombine-concatvector.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/dagcombine-concatvector.ll b/llvm/test/CodeGen/ARM/dagcombine-concatvector.ll
index 62ed87fd787..a64630312a1 100644
--- a/llvm/test/CodeGen/ARM/dagcombine-concatvector.ll
+++ b/llvm/test/CodeGen/ARM/dagcombine-concatvector.ll
@@ -1,5 +1,5 @@
; RUN: llc < %s -mtriple=thumbv7s-apple-ios3.0.0 -mcpu=generic | FileCheck %s -check-prefix=CHECK -check-prefix=CHECK-LE
-; RUN: llc < %s -mtriple=thumbeb -mattr=v7,neon | FileCheck %s -check-prefix=CHECK -check-prefix=CHECK-BE
+; RUN: llc < %s -mtriple=thumbeb -mattr=apcs -mattr=v7,neon | FileCheck %s -check-prefix=CHECK -check-prefix=CHECK-BE
; PR15525
; CHECK-LABEL: test1:
OpenPOWER on IntegriCloud