[RISCV] Add shrinkwrap test cases showing gaps in current impl
[llvm-project.git] / llvm / test / CodeGen / X86 / fold-call-2.ll
blob92b7a766a7a4148e7e80719413291a3d2679709a
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=i386-apple-darwin | FileCheck %s
4 @f = external global ptr                ; <ptr> [#uses=1]
6 define i32 @main() nounwind {
7 ; CHECK-LABEL: main:
8 ; CHECK:       ## %bb.0: ## %entry
9 ; CHECK-NEXT:    subl $12, %esp
10 ; CHECK-NEXT:    movl L_f$non_lazy_ptr, %eax
11 ; CHECK-NEXT:    calll *(%eax)
12 ; CHECK-NEXT:    xorl %eax, %eax
13 ; CHECK-NEXT:    addl $12, %esp
14 ; CHECK-NEXT:    retl
15 entry:
16         load ptr, ptr @f, align 8               ; <ptr>:0 [#uses=1]
17         tail call void %0( ) nounwind
18         ret i32 0