llvm-6502/test/CodeGen/Alpha/zapnot.ll

12 lines
288 B
LLVM
Raw Normal View History

; Make sure this testcase codegens to the bic instruction
; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha | grep 'zapnot'
implementation ; Functions:
ushort %foo(long %y) {
entry:
%tmp.1 = cast long %y to ushort ; <ushort> [#uses=1]
ret ushort %tmp.1
}