brintos

brintos / llvm-project-archived public Read only

0
0
Text · 410 B · 402e754 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) {5; CHECK-ALL-LABEL: @t6; CHECK-FINAL: () {7;8; CHECK-INTERESTINGNESS: ret i329; CHECK-FINAL: ret i32 4210 11  ret i32 4212}13