1; RUN: llc < %s2 3define i32 @test(i32 %X) {4 %Y = sdiv i32 %X, -2 ; <i32> [#uses=1]5 ret i32 %Y6}7 8