[InstCombine] Signed saturation patterns
[llvm-core.git] / test / CodeGen / XCore / basictest.ll
blobde5eaff08073d67bf7453270f58be51ea17e0fdb
1 ; RUN: llc < %s -march=xcore
3 define i32 @test(i32 %X) {
4         %tmp.1 = add i32 %X, 1
5         ret i32 %tmp.1