[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / Transforms / NewGVN / 2007-07-25-InfiniteLoop.ll
blobfcbfb4c216b553d3bde6e17a44fe0785e8db6fc4
1 ; RUN: opt < %s -basicaa -newgvn -S | FileCheck %s
3         %struct.INT2 = type { i32, i32 }
4 @blkshifts = external global %struct.INT2*              ; <%struct.INT2**> [#uses=2]
6 define i32 @xcompact() {
7 entry:
8         store %struct.INT2* null, %struct.INT2** @blkshifts, align 4
9         br label %bb
11 bb:             ; preds = %bb, %entry
12         %tmp10 = load %struct.INT2*, %struct.INT2** @blkshifts, align 4         ; <%struct.INT2*> [#uses=0]
13 ; CHECK-NOT:  %tmp10
14         br label %bb