brintos

brintos / llvm-project-archived public Read only

0
0
Text · 175 B · 972ec53 Raw
7 lines · plain
1; RUN: opt -O0 -S < %s  | FileCheck %s -check-prefix=A2; RUN: opt -O3 -S < %s  | FileCheck %s -check-prefix=A3 4define i32 @foo(i32 %i) {5    %r = add i32 1, 16    ret i32 %r7}