diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2009-07-16 14:05:00 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2009-07-16 14:05:00 +0000 |
commit | 747052c1a5c1c2df9f1346d40eaf7aa8ddd0c506 (patch) | |
tree | cb5f313f1875b4a3091ab1668b5f1d02630cdbe2 /test/CodeGen/SystemZ/05-MemImmStores.ll | |
parent | 71fd2600f4731d966c7237b03a99cc0bbb1bc01e (diff) | |
download | external_llvm-747052c1a5c1c2df9f1346d40eaf7aa8ddd0c506.zip external_llvm-747052c1a5c1c2df9f1346d40eaf7aa8ddd0c506.tar.gz external_llvm-747052c1a5c1c2df9f1346d40eaf7aa8ddd0c506.tar.bz2 |
Add z9 and z10 target processors. Mark z10-only instructions as such.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75977 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/SystemZ/05-MemImmStores.ll')
-rw-r--r-- | test/CodeGen/SystemZ/05-MemImmStores.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/SystemZ/05-MemImmStores.ll b/test/CodeGen/SystemZ/05-MemImmStores.ll index eeea4cf..b582144 100644 --- a/test/CodeGen/SystemZ/05-MemImmStores.ll +++ b/test/CodeGen/SystemZ/05-MemImmStores.ll @@ -1,6 +1,6 @@ -; RUN: llvm-as < %s | llc | grep mvghi | count 1 -; RUN: llvm-as < %s | llc | grep mvhi | count 1 -; RUN: llvm-as < %s | llc | grep mvhhi | count 1 +; RUN: llvm-as < %s | llc -mattr=+z10 | grep mvghi | count 1 +; RUN: llvm-as < %s | llc -mattr=+z10 | grep mvhi | count 1 +; RUN: llvm-as < %s | llc -mattr=+z10 | grep mvhhi | count 1 ; RUN: llvm-as < %s | llc | grep mvi | count 1 target datalayout = "E-p:64:64:64-i1:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-f128:128:128" |