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}