[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / CodeGen / X86 / coalescer-win64.ll
blobf43605d45b1b1fdbd2ce1c74914f16b5def0e8f9
1 ; RUN: llc < %s -verify-coalescing | FileCheck %s
2 target triple = "x86_64-pc-win32"
4 @fnptr = external global void ()*
6 define void @test1() {
7 entry:
8   %p = load void ()*, void ()** @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