From 8ba221d5c55bbfce03fade83b188cb36f291aca8 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Mon, 29 Jun 2009 22:25:22 +0000 Subject: Thumb-2 tests git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74464 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/Thumb2/thumb2-sub4.ll | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/CodeGen/Thumb2/thumb2-sub4.ll (limited to 'test/CodeGen/Thumb2/thumb2-sub4.ll') diff --git a/test/CodeGen/Thumb2/thumb2-sub4.ll b/test/CodeGen/Thumb2/thumb2-sub4.ll new file mode 100644 index 0000000000..c6788cbf56 --- /dev/null +++ b/test/CodeGen/Thumb2/thumb2-sub4.ll @@ -0,0 +1,6 @@ +; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep {sub\\W*r\[0-9\],\\W*r\[0-9\],\\W*r\[0-9\]} | count 1 + +define i32 @f1(i32 %a, i32 %b) { + %tmp = sub i32 %a, %b + ret i32 %tmp +} -- cgit v1.2.3