llvm-project/llvm/test/CodeGen/CBackend/fneg.ll

8 lines
120 B
LLVM

; RUN: llvm-as < %s | llc -march=c
define void @func() nounwind {
entry:
%0 = fsub double -0.0, undef
ret void
}