summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Thumb2/thumb2-lsr2.ll
blob: 01fd56d52c1756b9b5bd5e8ecc480d34e832d58a (plain)
1
2
3
4
5
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
}
OpenPOWER on IntegriCloud