[TTI] getTypeBasedIntrinsicInstrCost - add basic handling for strided load/store...
[llvm-project.git] / llvm / test / CodeGen / X86 / section-stats.ll
blob2cab7d18dec069e6a7d5ece1fe411292cb796483
1 ; REQUIRES: asserts
2 ; RUN: llc -o /dev/null -filetype=obj -stats %s 2>&1 | FileCheck %s
4 ; CHECK-DAG: 1 elf-object-writer - Total size of SHF_ALLOC text sections
5 ; CHECK-DAG: 1 elf-object-writer - Total size of SHF_ALLOC read-write sections
6 ; CHECK-DAG: 512 elf-object-writer - Total size of section headers table
7 ; CHECK-DAG: 64 elf-object-writer - Total size of ELF headers
9 target triple = "x86_64-unknown-linux-gnu"
11 @g = global i8 1
13 define void @f() {
14     ret void