[llvm] [RISCV][MC] Prioritize features in MultiMismatchFallback (PR #215737)
Garvit Gupta via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 17 02:15:32 PDT 2026
================
@@ -3455,6 +3455,32 @@ getNameForFeatureBitset(ArrayRef<const Record *> FeatureBitset) {
return Name;
}
+static void emitFeatureCheck(raw_ostream &OS, bool ReportMultipleNearMisses) {
----------------
quic-garvgupt wrote:
I see, I am ok with it being a static helper to be consistent with how other helper functions have defined
https://github.com/llvm/llvm-project/pull/215737
More information about the llvm-commits
mailing list