Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / X86 / asm-reg-type-mismatch-avx512.ll
blob56b05418afa9464631ed848ac9d90e4f0b410a00
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -mattr=avx512f | FileCheck %s
4 define i64 @test1() nounwind {
5 ; CHECK-LABEL: test1:
6 ; CHECK:       # %bb.0: # %entry
7 ; CHECK-NEXT:    #APP
8 ; CHECK-NEXT:    vmovq 0, %xmm16
9 ; CHECK-NEXT:    #NO_APP
10 ; CHECK-NEXT:    vmovq %xmm16, %rax
11 ; CHECK-NEXT:    retq
12 entry:
13   %0 = tail call i64 asm sideeffect "vmovq $1, $0", "={xmm16},*m,~{dirflag},~{fpsr},~{flags}"(ptr elementtype(i64) null) nounwind
14   ret i64 %0