1; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
2; RUN: opt -O0 -S < %s  | FileCheck %s -check-prefix=A
3; RUN: opt -O3 -S < %s  | FileCheck %s -check-prefix=A
4
5define i32 @foo(i32 %i) {
6  %r = add i32 1, 1
7  ret i32 %r
8}
9;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
10; A: {{.*}}
11