brintos

brintos / llvm-project-archived public Read only

0
0
Text · 540 B · 7f7bb46 Raw
18 lines · plain
1; RUN: llvm-reduce --delta-passes=global-objects --abort-on-invalid-reduction --test FileCheck --test-arg --check-prefixes=INTERESTINGNESS --test-arg %s --test-arg --input-file %s -o %t2; RUN: FileCheck --check-prefix=FINAL %s --input-file=%t3 4; INTERESTINGNESS: @b = global i325; FINAL: @b = global i32 0{{$}}6 7@b = global i32 0, align 48 9; INTERESTINGNESS: define {{.*}} @f10; FINAL: define void @f() {11define void @f() align 4 {12  ret void13}14 15; INTERESTINGNESS: declare {{.*}} @h16; FINAL: declare void @h(){{$}}17declare void @h() align 418