brintos

brintos / llvm-project-archived public Read only

0
0
Text · 293 B · f792830 Raw
8 lines · plain
1; RUN: opt -module-summary %s -o - | llvm-bcanalyzer -dump | FileCheck %s2; Check with new pass manager (by enabling a random pass in the new pipeline).3; RUN: opt -passes=gvn -module-summary %s -o - | llvm-bcanalyzer -dump | FileCheck %s4 5; CHECK: <GLOBALVAL_SUMMARY_BLOCK6 7@a = global i32 08