summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SystemZ/setcc-02.ll
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@linux.vnet.ibm.com>2013-10-31 12:14:17 +0000
committerRichard Sandiford <rsandifo@linux.vnet.ibm.com>2013-10-31 12:14:17 +0000
commitf834ea19dbd28d876e089af6384373e0c4af4f5e (patch)
tree3a31a952160010c737ed5cadbe1057dc087363c3 /llvm/test/CodeGen/SystemZ/setcc-02.ll
parentd764fcbd5a35d7abdba1ba4735da09c28e240d8a (diff)
downloadbcm5719-llvm-f834ea19dbd28d876e089af6384373e0c4af4f5e.tar.gz
bcm5719-llvm-f834ea19dbd28d876e089af6384373e0c4af4f5e.zip
[SystemZ] Automatically detect zEC12 and z196 hosts
As on other hosts, the CPU identification instruction is priveleged, so we need to look through /proc/cpuinfo. I copied the PowerPC way of handling "generic". Several tests were implicitly assuming z10 and so failed on z196. llvm-svn: 193742
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/setcc-02.ll')
-rw-r--r--llvm/test/CodeGen/SystemZ/setcc-02.ll5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/SystemZ/setcc-02.ll b/llvm/test/CodeGen/SystemZ/setcc-02.ll
index 178822277d1..6a7be47a92b 100644
--- a/llvm/test/CodeGen/SystemZ/setcc-02.ll
+++ b/llvm/test/CodeGen/SystemZ/setcc-02.ll
@@ -1,6 +1,7 @@
-; Test SETCC for every floating-point condition.
+; Test SETCC for every floating-point condition. The tests here assume that
+; RISBLG isn't available.
;
-; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
+; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s
; Test CC in { 0 }
define i32 @f1(float %a, float %b) {
OpenPOWER on IntegriCloud