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