Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / X86 / 2008-07-09-ELFSectionAttributes.ll
blobc818d14d5039df4744b24a7e4e2caed7aa31ebef
1 ; RUN: llc < %s | FileCheck %s
2 ; PR2024
4 ; CHECK: .init.text,"ax"
6 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32"
7 target triple = "i386-pc-linux-gnu"
9 define i32 @foo(i32 %A, i32 %B) nounwind  section ".init.text" {
10 entry:
11         tail call i32 @bar( i32 %A, i32 %B ) nounwind           ; <i32>:0 [#uses=1]
12         ret i32 %0
15 declare i32 @bar(i32, i32)