[llvm-branch-commits] [llvm] [X86] Verify inline-asm register operands against the subtarget (PR #206874)

Phoebe Wang via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Jul 1 00:16:40 PDT 2026


phoebewang wrote:

I don't think we need to check target features if there's no direct interaction between inline assemble and compiler generated code, e.g., argument passing/return. In general, if a feature is only supported by inline assemble, we even don't allocate a feature name for it.

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


More information about the llvm-branch-commits mailing list