[RISCV] Order the RISCVInstrInfo*.td includes for standard extensions into logical groups. NFC
There are some ordering dependency between these files. -F must be included before D, Zfh, and Zfa. I recently suggested Zfbfmin should be after Zfh. -V must be before Zvk. -Zc must be after Zb since Zbb instructions can be compressed. So I've grouped all the scalar FP together. The vector together. And put the compressed instructions at the end. Reviewed By: asb, wangpc Differential Revision: https://reviews.llvm.org/D155780
Loading
Please sign in to comment