diff options
| author | Richard Sandiford <rsandifo@linux.vnet.ibm.com> | 2013-07-19 16:24:22 +0000 |
|---|---|---|
| committer | Richard Sandiford <rsandifo@linux.vnet.ibm.com> | 2013-07-19 16:24:22 +0000 |
| commit | c57e586792504cb7582dbfbc77d8ae746a02e285 (patch) | |
| tree | 3ffca119796c15408a23c81a5ba789e01215b4f6 /llvm/test/CodeGen/SystemZ/or-03.ll | |
| parent | 4c2a09d6c4e0ed887e44a73afe49bb63a93a389a (diff) | |
| download | bcm5719-llvm-c57e586792504cb7582dbfbc77d8ae746a02e285.tar.gz bcm5719-llvm-c57e586792504cb7582dbfbc77d8ae746a02e285.zip | |
[SystemZ] Add NGRK, OGRK and XGRK
Like r186683, but for 64 bits.
llvm-svn: 186685
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/or-03.ll')
| -rw-r--r-- | llvm/test/CodeGen/SystemZ/or-03.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/SystemZ/or-03.ll b/llvm/test/CodeGen/SystemZ/or-03.ll index 3e373673686..5fdbdfd1ed1 100644 --- a/llvm/test/CodeGen/SystemZ/or-03.ll +++ b/llvm/test/CodeGen/SystemZ/or-03.ll @@ -1,6 +1,7 @@ ; Test 64-bit ORs in which the second operand is variable. ; -; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s +; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s +; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z196 | FileCheck %s declare i64 @foo() |

