brintos

brintos / llvm-project-archived public Read only

0
0
Text · 358 B · f1f62c2 Raw
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