hanchenye-llvm-project/llvm/test/CodeGen/X86/compare-add.ll

8 lines
169 B
LLVM

; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | not grep add
bool %X(int %X) {
%Y = add int %X, 14
%Z = setne int %Y, 12345
ret bool %Z
}