Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / X86 / 2010-07-06-asm-RIP.ll
blob8b82d0ec78fa9128d4745d264202368724f49884
1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -no-integrated-as | FileCheck %s
2 ; PR 4752
4 @n = global i32 0                                 ; <ptr> [#uses=2]
6 define void @f(ptr) nounwind ssp {
7   ret void
10 define void @g() nounwind ssp {
11 entry:
12 ; CHECK: _g:
13 ; CHECK: push $_f$_f
14 ; CHECK: call _f(%rip)
15   call void asm sideeffect "push\09$1$1\0A\09call\09${1:a}\0A\09pop\09%edx", "imr,i,~{dirflag},~{fpsr},~{flags},~{memory},~{cc},~{edi},~{esi},~{edx},~{ecx},~{ebx},~{eax}"(ptr @n, ptr @f) nounwind
16   br label %return
18 return:                                           ; preds = %entry
19   ret void