[RISCV] Add shrinkwrap test cases showing gaps in current impl
[llvm-project.git] / llvm / test / CodeGen / X86 / store-global-address.ll
blobeb2518c7f3695d12517f8518e49c37c61a3773fc
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=i686-- | FileCheck %s
4 @dst = global i32 0             ; <ptr> [#uses=1]
5 @ptr = global ptr null         ; <ptr> [#uses=1]
7 define void @test() {
8 ; CHECK-LABEL: test:
9 ; CHECK:       # %bb.0:
10 ; CHECK-NEXT:    movl $dst, ptr
11 ; CHECK-NEXT:    retl
12         store ptr @dst, ptr @ptr
13         ret void