[llvm] [RISCV] Generate RISCVISAInfo table from RISCVFeatures.td. (PR #89955)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 24 14:38:07 PDT 2024
================
@@ -1112,67 +856,8 @@ struct ImpliedExtsEntry {
bool operator<(StringRef Other) const { return Name < Other; }
};
-// Note: The table needs to be sorted by name.
----------------
topperc wrote:
The patch changed the order of the strings in the `ImpliedExts*` arrays above. But the order in those arrays don't matter.
https://github.com/llvm/llvm-project/pull/89955
More information about the llvm-commits
mailing list