[llvm] [RISCV] Generate RISCVISAInfo table from RISCVFeatures.td. (PR #89955)
Michael Maitland via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 24 14:01:34 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.
----------------
michaelmaitland wrote:
IIRC there may have been some things that depended on the order here, hence the comment. But the PR description says the order is different. Does that break anything?
https://github.com/llvm/llvm-project/pull/89955
More information about the llvm-commits
mailing list