[RISCV] Add H extension
`h` was the prefix of multi-letter extension name, but it become a extension name in later RISC-V isa spec. Fortunately we don't have any extension really defined is prefixed with `h`, so we can just change that. Reviewed By: reames Differential Revision: https://reviews.llvm.org/D136817
Loading
Please sign in to comment