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