[RISCV][VLOPT] Add vector narrowing integer right shift instructions to isSupportedIn...
[llvm-project.git] / llvm / test / tools / llvm-ml / reserved_words_conflict.asm
blob69e55d0b9c23f62bd6e7a94e1aa127d28d8f8ced
1 ; RUN: llvm-ml -filetype=s %s /Fo - | FileCheck %s
3 .code
5 t1:
6 call dword ptr [eax]
8 ; CHECK-LABEL: t1:
9 ; CHECK-NEXT: call
11 t2 dword 5
13 ; CHECK-LABEL: t2:
14 ; CHECK-NEXT: .long 5
16 END