Fold fptrunc(add (fpextend x), (fpextend y)) -> add(x,y), as GCC does.
[oota-llvm.git] / test / Transforms / InstCombine / 2002-03-11-InstCombineHang.ll
1 ; This testcase causes instcombine to hang.
2 ;
3 ; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine
4
5 implementation
6
7 void "test"(int %X)
8 begin
9         %reg117 = add int %X, 0
10         ret void
11 end