[llvm] [DecoderEmitter] Support for DecodeOrder and `resolve-conflicts-try-all` (PR #157948)

Sergei Barannikov via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 12 09:36:17 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)
----------------
s-barannikov wrote:

IIUC it shouldn't exist. If the scope can fall through, it is equivalent to having no scope.


https://github.com/llvm/llvm-project/pull/157948


More information about the llvm-commits mailing list