Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / X86 / x86-16.ll
blob8747b3ddbbb61a039945d594c5bf3275a63e7a10
1 ; RUN: llc < %s | FileCheck %s
2 target datalayout = "e-m:e-p:32:32-f64:32:64-f80:32-n8:16:32-S128"
3 target triple = "i386-unknown-linux-code16"
5 ; Function Attrs: nounwind
6 define i32 @main() #0 {
7   %retval = alloca i32, align 4
8   store i32 0, ptr %retval, align 4
9   ret i32 0
12 ; CHECK: .code16
13 ; CHECK-LABEL: main
15 define i64 @foo(i32 %index) #0 {
16   %asm = tail call i64 asm "rdmsr", "=A,{cx},~{dirflag},~{fpsr},~{flags}"(i32 %index)
17   ret i64 %asm
20 ; CHECK-LABEL: foo
21 ; CHECK: rdmsr
23 attributes #0 = { nounwind }
25 !llvm.ident = !{!0}
27 !0 = !{!"clang version 3.9.0 (trunk 265439) (llvm/trunk 265567)"}