[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git] / llvm / test / ExecutionEngine / 2010-01-15-UndefValue.ll
blobc208490f1be6b4c74dabea32a4bd13b38130456c
1 ; RUN: %lli -jit-kind=mcjit -force-interpreter=true %s
3 define i32 @main() {
4        %a = add i32 0, undef
5        %b = fadd float 0.0, undef
6        %c = fadd double 0.0, undef
7        ret i32 0