[llvm] [RISC-V][MC] Validate instructions prior to emission in AsmParser (PR #171739)

Sam Elliott via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 10 19:46:10 PST 2025


https://github.com/lenary commented:

IMO this should be behind a developer-oriented flag, like `-verify-machineinstrs` is for llc today.

The logic looks right, and yes sharing between targets would be good but can come later.

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


More information about the llvm-commits mailing list