Index: llvm/test/MC/RISCV/rvv/sign-injection.s =================================================================== --- llvm/test/MC/RISCV/rvv/sign-injection.s +++ llvm/test/MC/RISCV/rvv/sign-injection.s @@ -82,3 +82,15 @@ # CHECK-ENCODING: [0x57,0x54,0x45,0x2a] # CHECK-ERROR: instruction requires the following: 'F'{{.*}}'V' # CHECK-UNKNOWN: 57 54 45 2a + +vfneg.v v8, v4, v0.t +# CHECK-INST: vfneg.v v8, v4, v0.t +# CHECK-ENCODING: [0x57,0x14,0x42,0x24] +# CHECK-ERROR: instruction requires the following: 'F'{{.*}}'V' +# CHECK-UNKNOWN: 57 14 42 24 + +vfneg.v v8, v4 +# CHECK-INST: vfsgnjn.vv v8, v4, v4 +# CHECK-ENCODING: [0x57,0x14,0x42,0x26] +# CHECK-ERROR: instruction requires the following: 'F'{{.*}}'V' +# CHECK-UNKNOWN: 57 14 42 26