Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / X86 / coalescer-win64.ll
blob571016c1d06ea44c789d9d4d04c71dde19f6dd6f
1 ; RUN: llc < %s -verify-coalescing | FileCheck %s
2 target triple = "x86_64-pc-win32"
4 @fnptr = external global ptr
6 define void @test1() {
7 entry:
8   %p = load ptr, ptr @fnptr
9   tail call void %p()
10   ret void
13 ; CHECK-LABEL: test1{{$}}
14 ; CHECK-NOT: .seh_proc test1
15 ; CHECK: rex64 jmpq *fnptr(%rip)
16 ; CHECK-NOT: .seh_endproc