[RISCV] Remove -mattr=+no-rvc-hints (#145138)
As far as I know binutils does not have a similar option and I don't know of a reason we shouldn't accept the RVC hint instructions. The wording in the spec in the past suggested that maybe these weren't valid instruction names, but that's been modified recently.
This commit is contained in:
@@ -212,6 +212,7 @@ Changes to the RISC-V Backend
|
||||
* `-mtune=andes-45-series` was added.
|
||||
* Adds assembler support for the Andes `XAndesvbfhcvt` (Andes Vector BFLOAT16 Conversion extension).
|
||||
* `-mcpu=andes-ax45mpv` was added.
|
||||
* Removed -mattr=+no-rvc-hints that could be used to disable parsing and generation of RVC hints.
|
||||
|
||||
Changes to the WebAssembly Backend
|
||||
----------------------------------
|
||||
|
||||
Reference in New Issue
Block a user