[llvm] [DecoderEmitter] Eliminate `DecodeComplete` parameter to `decodeToMCInst` (PR #159130)

James Y Knight via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 16 11:20:23 PDT 2025


jyknight wrote:

> Currently, the code generated by decoder emitter always set DeocdeComplete to false when returning Fail from decodeToMCInst

But not when OpInfo.HasCompleteDecoder is false, right? So it seems like this change ought to break some tests...I'm surprised it doesn't.

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


More information about the llvm-commits mailing list