From 8c993e1632383a7cc6793568be43fdd6f626a8c6 Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Thu, 16 Jul 2009 14:06:00 +0000 Subject: Provide proper patterns for and with imm instructions. Tune the tests accordingly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75979 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/SystemZ/03-RetArgSubreg.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/CodeGen/SystemZ/03-RetArgSubreg.ll') diff --git a/test/CodeGen/SystemZ/03-RetArgSubreg.ll b/test/CodeGen/SystemZ/03-RetArgSubreg.ll index 1135fbd..a4cc955 100644 --- a/test/CodeGen/SystemZ/03-RetArgSubreg.ll +++ b/test/CodeGen/SystemZ/03-RetArgSubreg.ll @@ -1,5 +1,5 @@ -; RUN: llvm-as < %s | llc -march=systemz | grep lgr | count 1 -; RUN: llvm-as < %s | llc -march=systemz | grep llilf | count 1 +; RUN: llvm-as < %s | llc -march=systemz | grep lgr | count 2 +; RUN: llvm-as < %s | llc -march=systemz | grep nihf | count 1 ; RUN: llvm-as < %s | llc -march=systemz | grep lgfr | count 1 -- cgit v1.1