hanchenye-llvm-project/llvm/test/CodeGen/X86/2006-01-30-LongSetcc.ll

7 lines
133 B
LLVM

; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86
bool %test(long %X) {
%B = setlt long %X, 0 ; <bool> [#uses=1]
ret bool %B
}