brintos

brintos / llvm-project-archived public Read only

0
0
Text · 428 B · 7ba0bd1 Raw
13 lines · plain
1; RUN: llvm-reduce --abort-on-invalid-reduction --delta-passes=arguments --test FileCheck --test-arg --check-prefixes=CHECK-ALL,CHECK-INTERESTINGNESS --test-arg %s --test-arg --input-file %s -o %t2; RUN: cat %t | FileCheck --check-prefixes=CHECK-ALL,CHECK-FINAL %s3 4define i32 @t(i32 %a0, i32 %a1, i32 %a2) {5; CHECK-ALL-LABEL: @t6; CHECK-FINAL: () {7;8; CHECK-INTERESTINGNESS: ret i329; CHECK-FINAL: ret i32 010 11  ret i32 %a112}13