From e6220fb2305bdc993dc9039fffafd82c609c1c50 Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Thu, 16 Jul 2009 13:32:49 +0000 Subject: Add reg-reg and pattern git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75917 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/SystemZ/02-RetAnd.ll | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/CodeGen/SystemZ/02-RetAnd.ll (limited to 'test/CodeGen/SystemZ/02-RetAnd.ll') diff --git a/test/CodeGen/SystemZ/02-RetAnd.ll b/test/CodeGen/SystemZ/02-RetAnd.ll new file mode 100644 index 0000000..e174d07 --- /dev/null +++ b/test/CodeGen/SystemZ/02-RetAnd.ll @@ -0,0 +1,7 @@ +; RUN: llvm-as < %s | llc + +define i64 @foo(i64 %a, i64 %b) { +entry: + %c = and i64 %a, %b + ret i64 %c +} \ No newline at end of file -- cgit v1.1