aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Alpha/zapnot2.ll
blob: a84400f5563a859e16895ad4b46423eec847c5b9 (plain)
1
2
3
4
5
6
7
8
9
10
; Make sure this testcase codegens to the zapnot instruction
; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha | grep 'zapnot'

implementation   ; Functions:

long %bar(long %x) {
entry:
	%tmp.1 = and long %x, 16711935 		; <long> [#uses=1]
	ret long %tmp.1
}