• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# RUN: not llvm-mc -disassemble -triple=riscv32 -mattr=+f,+d < %s 2>&1 | FileCheck %s
2# RUN: not llvm-mc -disassemble -triple=riscv64 -mattr=+f,+d < %s 2>&1 | FileCheck %s
3#
4# Test generated by a LLVM MC Disassembler Protocol Buffer Fuzzer
5# for the RISC-V assembly language.
6
7# This decodes as fadd.s  ft0, ft0, ft0 with unknown floating point rounding mode
8[0x53 0x50 0x00 0x00]
9# CHECK: warning: invalid instruction encoding
10