1*9880d681SAndroid Build Coastguard Worker; The cast in this testcase is not eliminable on a 32-bit target! 2*9880d681SAndroid Build Coastguard Worker; RUN: opt < %s -instcombine -S | grep inttoptr 3*9880d681SAndroid Build Coastguard Worker 4*9880d681SAndroid Build Coastguard Workertarget datalayout = "e-p:32:32" 5*9880d681SAndroid Build Coastguard Worker 6*9880d681SAndroid Build Coastguard Workerdeclare void @foo(...) 7*9880d681SAndroid Build Coastguard Worker 8*9880d681SAndroid Build Coastguard Workerdefine void @test(i64 %X) { 9*9880d681SAndroid Build Coastguard Worker %Y = inttoptr i64 %X to i32* ; <i32*> [#uses=1] 10*9880d681SAndroid Build Coastguard Worker call void (...) @foo( i32* %Y ) 11*9880d681SAndroid Build Coastguard Worker ret void 12*9880d681SAndroid Build Coastguard Worker} 13*9880d681SAndroid Build Coastguard Worker 14