[RISCV][VLOPT] Add vector narrowing integer right shift instructions to isSupportedIn...
[llvm-project.git] / llvm / test / tools / llvm-ml / command_line_defines_errors.asm
bloba671e181261a27fa4ed14056ae1b44297927b887
1 ; RUN: llvm-ml -filetype=s %s /Fo - /Dtest1=def 2>&1 | FileCheck %s --implicit-check-not=warning:
3 .code
5 ; CHECK: :[[# @LINE + 1]]:1: warning: redefining 'test1', already defined on the command line
6 test1 textequ <redef>
8 end