[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / Transforms / InstSimplify / ConstProp / 2005-01-28-SetCCGEP.ll
blob0518a91f0c667ca0b70076113dc807d383f253c2
1 ; RUN: opt < %s -instsimplify -S | \
2 ; RUN:    not grep "ret i1 false"
4 @b = external global [2 x {  }]         ; <[2 x {  }]*> [#uses=2]
6 define i1 @f() {
7         %tmp.2 = icmp eq {  }* getelementptr ([2 x {  }], [2 x {  }]* @b, i32 0, i32 0), getelementptr ([2 x {  }], [2 x {  }]* @b, i32 0, i32 1)                ; <i1> [#uses=1]
8         ret i1 %tmp.2