brintos

brintos / llvm-project-archived public Read only

0
0
Text · 156 B · c4a6124 Raw
10 lines · plain
1; RUN: opt -passes=verify,instcombine < %s2%Foo = type <{ i8, x86_fp80 }>3 4define i8 @t(ptr %arg) {5entry:6  %0 = load i8, ptr %arg, align 17  ret i8 %08}9 10