summary_version.ll 254 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 ; Check summary versioning ; RUN: opt -module-summary %s -o - | llvm-bcanalyzer -dump | FileCheck %s ; CHECK: <GLOBALVAL_SUMMARY_BLOCK ; CHECK: <VERSION op0=9/> ; Need a function for the summary to be populated. define void @foo() { ret void }