[ARM] Better OR's for MVE compares
[llvm-core.git] / test / Transforms / InstCombine / 2004-05-07-UnsizedCastLoad.ll
blobff855dc13e5bdcef3427ff81a27288c217bdab12
1 ; RUN: opt < %s -instcombine -disable-output
3 %Ty = type opaque
5 define i32 @test(%Ty* %X) {
6         %Y = bitcast %Ty* %X to i32*            ; <i32*> [#uses=1]
7         %Z = load i32, i32* %Y               ; <i32> [#uses=1]
8         ret i32 %Z