[clang] [llvm] RFC: Implementing new mechanism for hard register operands to inline asm as a constraint. (PR #85846)

Eli Friedman via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 5 13:56:49 PST 2025


https://github.com/efriedma-quic commented:

Please add tests for multiple constraints, like `void f() { asm(""::"i{x0}"(0)); }`.

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


More information about the llvm-commits mailing list