xref: /llvm-project/llvm/test/Bitcode/thinlto-summary-globalvar.ll (revision f93b246f8b22137abe69842ab4a99747d95a7f7a)
1; RUN: opt -module-summary %s -o - | llvm-bcanalyzer -dump | FileCheck %s
2; 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 %s
4
5; CHECK: <GLOBALVAL_SUMMARY_BLOCK
6
7@a = global i32 0
8