make tblgen produce a function that returns the name for a physreg.
[llvm/avr.git] / test / CodeGen / Thumb2 / thumb2-sub2.ll
blob6813f76d893265859de62df11ba2d03d16e8db32
1 ; RUN: llc < %s -march=thumb -mattr=+thumb2 | grep {subw\\W*r\[0-9\],\\W*r\[0-9\],\\W*#\[0-9\]*} | grep {#4095} | count 1
3 define i32 @f1(i32 %a) {
4     %tmp = sub i32 %a, 4095
5     ret i32 %tmp