Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / X86 / x86-64-asm.ll
blobc9a88ade59b555a86553a5e6ec961b66f0882b41
1 ; RUN: llc < %s
2 ; PR1029
4 target datalayout = "e-p:64:64"
5 target triple = "x86_64-unknown-linux-gnu"
7 define void @frame_dummy() {
8 entry:
9         %tmp1 = tail call ptr (ptr) asm "", "=r,0,~{dirflag},~{fpsr},~{flags}"( ptr null )           ; <ptr> [#uses=0]
10         ret void