summaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/binop-cast.ll
blob: ea5299ba87612c2a7b1057db96a92666185a6341 (plain)
1
2
3
4
5
6
7
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | notcast

define i32 @testAdd(i32 %X, i32 %Y) {
	%tmp = add i32 %X, %Y
	%tmp.l = bitcast i32 %tmp to i32
	ret i32 %tmp.l
}
OpenPOWER on IntegriCloud