[RISCV] Add shrinkwrap test cases showing gaps in current impl
[llvm-project.git] / llvm / test / CodeGen / X86 / 2007-03-24-InlineAsmPModifier.ll
blob9cc324ab1e5fc9a463c4689d614c283c14305b53
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -no-integrated-as | FileCheck %s
3 target datalayout = "e-p:32:32"
4 target triple = "i686-apple-darwin9"
6 define void @test() {
7 ; CHECK-LABEL: test:
8 ; CHECK:       ## %bb.0:
9 ; CHECK-NEXT:    ## InlineAsm Start
10 ; CHECK-NEXT:    mov %gs:72, %eax
11 ; CHECK-NEXT:    ## InlineAsm End
12 ; CHECK-NEXT:    retl
13         %tmp1 = tail call ptr asm sideeffect "mov %gs:${1:P}, $0", "=r,i,~{dirflag},~{fpsr},~{flags}"( i32 72 )         ; <ptr> [#uses=1]
14         ret void