David Goodwin | 8ba221d | 2009-06-29 22:25:22 +0000 | [diff] [blame^] | 1 | ; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep {subw\\W*r\[0-9\],\\W*r\[0-9\],\\W*#\[0-9\]*} | grep {#4095} | count 1 |
2 | |||||
3 | define i32 @f1(i32 %a) { | ||||
4 | %tmp = sub i32 %a, 4095 | ||||
5 | ret i32 %tmp | ||||
6 | } |