brintos

brintos / llvm-project-archived public Read only

0
0
Text · 183 B · 65c1334 Raw
10 lines · plain
1; RUN: opt < %s -passes=instcombine -disable-output2 3%Ty = type opaque4 5define i32 @test(ptr %X) {6        %Z = load i32, ptr %X               ; <i32> [#uses=1]7        ret i32 %Z8}9 10