summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/clz.ll
blob: cdde95a687d03d9a0e3d09527bbdc16baba689d4 (plain)
1
2
3
4
5
6
7
8
; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm -mattr=+v5t | grep clz

declare uint %llvm.ctlz.i32(uint)

uint %test(uint %x) {
	%tmp.1 = call uint %llvm.ctlz.i32( uint %x ) 
	ret uint %tmp.1
}
OpenPOWER on IntegriCloud