[llvm] CodeGen: Add RegisterClass by HwMode (PR #158269)
Sergei Barannikov via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 15 06:49:39 PDT 2025
================
@@ -1681,7 +1735,10 @@ void DecoderTableBuilder::emitTableEntries(const FilterChooser &FC) const {
}
}
-static std::string findOperandDecoderMethod(const Record *Record) {
+/// \returns the effective value of the DecoderMethod field.t If DecoderMethod
----------------
s-barannikov wrote:
```suggestion
/// \returns the effective value of the DecoderMethod field. If DecoderMethod
```
https://github.com/llvm/llvm-project/pull/158269
More information about the llvm-commits
mailing list