[llvm] [DecoderEmitter] Support for DecodeOrder and `resolve-conflicts-try-all` (PR #157948)
Rahul Joshi via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 13 06:32:33 PDT 2025
================
@@ -17,6 +17,7 @@ namespace llvm::MCD {
// enabled.
enum DecoderOps {
OPC_Scope = 1, // OPC_Scope(nts_t NumToSkip)
+ OPC_ScopeNoFail, // OPC_ScopeNoFail(nts_t NumToSkip)
----------------
jurahul wrote:
See above, maybe what needs to happen in TryDecode/Decode need to be non-terminal when under a scope.
https://github.com/llvm/llvm-project/pull/157948
More information about the llvm-commits
mailing list